css help

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

Quote · 23 Apr 2011

Look in templates/base/css/general.css - if the element is blank here try to add it in yourself. line 719   as mine seems to be blank.

this also may be hard coded as well.

without seeing the site it is hard to say for sure.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 23 Apr 2011

 

Look in templates/base/css/general.css - if the element is blank here try to add it in yourself. line 719   as mine seems to be blank.

this also may be hard coded as well.

without seeing the site it is hard to say for sure.

 

Thx for info dolphin_jay it must be hardcoded couldnt find it but i added width style to .infoMain div at line 719 and seems to work

and ofcourse i added this to my own general.css in my template folder not the base Smile

Quote · 23 Apr 2011

are you clearing the /cache folder when making css changes ?  good to see its working either way.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 23 Apr 2011

 

are you clearing the /cache folder when making css changes ?  good to see its working either way.

 

Yes as always using FTP to clean cache Smile

Quote · 23 Apr 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.