Hi,
If you look at the attached pic you can see that some of the information is missing off the account control block of my website, does anyone know how and where i can adjust it? so that half the letters are not missing!
Russell
Hi, If you look at the attached pic you can see that some of the information is missing off the account control block of my website, does anyone know how and where i can adjust it? so that half the letters are not missing! Russell |
I don't see what you mean, could you circle it in red? Geeks, making the world a better place |
Sorry, here is a pic! the rest of Birmingham is missing, if that makes sense? Russell |
common.css at about line 99 look for this.
.thumb_username {
float: left;
overflow: hidden;
padding: 5px 0 0 10px;
text-overflow: ellipsis;
width: 118px;
}
Change the width there. Careful. If you go to wide it will float down under the photo. Suggestion.
https://www.deanbassett.com |
Or could just change the predefined language key from united kingdom to UK it will then not need editing anywhere else ?
Happy thoughts |
Many thanks for all your help, decided to go for Mingles suggestion! |