Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   How to change font size in sidebar? (http://forum.bytesforall.com/showthread.php?t=96)

BLB Jan 3, 2009 03:49 PM

How to change font size in sidebar?
 
I'm wondering how to change the size of the sidebar text (the actual content text, not the header text size). I'd like it to be 80% of the size of the body text, so it doesn't compete with the body as much.

ETA: If I insert font-size:80%; into the #left-column and #right-column sections of the CSS file, it also makes the sidebar's contents fill only 80% of the sidebar's space, for some reason. See here:

http://www.safemotherhoodproject.org

Thanks!

Flynn Jan 5, 2009 01:25 PM

You're running 2.x, a version that is very different from the current 3.x series. (In 3.x there are much more styling options and the code is more robust)


In your existing version try removing the 80% and try this at the bottom of style.css:

HTML Code:

#left-column .inside, #right-column .inside{font-size: 0.85em;}


All times are GMT -6. The time now is 08:16 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.