Recent Topics

1 Mar 04, 2008 17:40    

My b2evolution Version: Not Entered

Hi All -

I'm trying to customize the Andreas_01 skin so that the h1 tags are smaller, and so that they don't overlap like they do in IE7. I modified the font-size in the #header div.widget_core_coll_title tag in style.css in the skins folder, and nothing happened. I can't seem to find a h1 tag in that style sheet. Any thoughts?

Here is the link:

http://www.jessweiss.com/blogs/

TIA!

2 Mar 04, 2008 18:13

You need to alter the following styles

#header div.widget_core_coll_title {

width: 250px; /* Change to 350px */
margin: 0 0 10px 0;
float: left;
font-size: 105%; /* Blog title */
text-align: left;

}

#header div {

width: 500px; /* Change to 400px */
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;

}

3 Mar 04, 2008 18:18

If it still looks bad in IE try to add padding-top:15px to #header div.widget_core_coll_title


Form is loading...