| Author |
Message
|
| jennifermac |
Posted: Sun Aug 31, 2008 10:54 am Post subject: Editing profile |
|
|
 New Member

Joined: Aug 31, 2008 Posts: 2
|
I am trying to fix our names on our site under the profile section. Blogger has inserted spaces and our names are broken up and difficult to read. I have gone under the profile page and "edited" with the correct space between names, etc and yet when I view my blog page the names are again broken apart.
Any ideas how to fix???
jennifermac |
|
| Back to top |
|
 |
Sponsored Ads
|
 |
| Rose |
Posted: Fri Sep 05, 2008 4:43 pm Post subject: |
|
|
 Site Administrator

Joined: Sep 06, 2006 Posts: 1913 Location: Canada
|
|
| Back to top |
|
 |
| jennifermac |
Posted: Fri Sep 05, 2008 5:44 pm Post subject: editing profile |
|
|
 New Member

Joined: Aug 31, 2008 Posts: 2
|
My blog address is:
oldmacdonaldandbaby.blogspot.com
Next to our photo in the profile section is where I am having the problem with our names being broken apart and not readable. Any help is appreciated!
Jennifer |
|
| Back to top |
|
 |
| Rose |
Posted: Sat Sep 06, 2008 1:32 pm Post subject: |
|
|
 Site Administrator

Joined: Sep 06, 2006 Posts: 1913 Location: Canada
|
Jennifer, see this section
| Code: |
#main .profile-data {
display:inline;
}
.profile-datablock, .profile-textblock {
margin-top:0;
margin-right:0;
margin-bottom:4px;
margin-left:0;
}
.profile-data {
margin:0;
padding-top:0;
padding-right:8px;
padding-bottom:0;
padding-left:0;
text-transform:uppercase;
letter-spacing:.1em;
font-size:90%;
color:#211104;
} |
Click on edit html in your tenplate and remove the line text-transform:uppercase;
Save your changes.
That should work. _________________ Help Support Blogger Talk Blogging Community|
Rose DesRochers - World Outside my Window
|
|
| Back to top |
|
 |
|
|