Anonymous
Unregistered
Posted 3 years ago #
1) I've added a block of 3 ads in my top right sidebar and I want to make the area around them white not grey as is currently. Can anyone help?
I used a custom css:
.custom div.adblock img {
padding: 6px;
background: #fff;
}
2) Also, my header measures 940px wide (max header width) but it's still a little short on the right side and I don't know how to fix it.
Thanks for any help!
please post your blog link so we can look at the resulting html code
Anonymous
Unregistered
Posted 3 years ago #
change
#custom_box { padding: 1.1em; background: #eee; border-bottom: 1px solid #ddd; }
to
#custom_box { padding: 1.1em; background: #ffffff; border-bottom: 1px solid #ddd; }
Anonymous
Unregistered
Posted 3 years ago #
Thank you Vachi!
I'm so new to this forgive me for ignorance, but do you mean place that code in my custom.css?
so in your style.css file :)
actually yes your can add it to the custom.css file and if it does not work than change it in the style.css file
Anonymous
Unregistered
Posted 3 years ago #
It worked!! Thank you!!! Thank you!!!
Do you know how I can fix the header graphic? It's falling a little bit short on the right side as well as the double rule that is directly below it even though I sized at 940px (full size.)
well the original file http://mysoreashtanga.com/wp-content/uploads/2008/07/myashheader940x200.jpg
is 940 by 200
so if you want it to fill up that space you can use
.custom #header { height: 200px; width: 940px; text-indent: -999px; font: bold 0.1em Georgia, Arial, Times, serif; margin-bottom: 0.11111em;
background: url(http://mysoreashtanga.com/wp-content/uploads/2008/07/myashheader940x200.jpg) repeat-x;
}
or you can find a new pic, or make that pic bigger and replace it
Anonymous
Unregistered
Posted 3 years ago #