Hi All
I am making my own template for my site and need a little help with a css question, for 7.05
I made my avatars bigger for my site which in turn created a problem in my account page (member.php) the larger avatar covered the the profile info
like user name etc, but using firebug i can see css to edit so when i inspect element with firebug it shows an element.style but it doesnt say what
css to edit this in does anyone have any idea to find out what this element.style belong to? see copy of code from firebug below
element.style {
margin-left: 0;
padding: 0;
text-align: center;
width: 70px; <---- this is what i need to edit but dont no css
}
.infoMain div { general.css {line 719} <--- i cant find above element here
If i ca find this code i can increase size to 120 px whitch pushes profile info under larger avatar
Thx for any help


