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!
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;
}