Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   Upgrade Atahualpa 3.3.3 to 3.4.6 and H2 spacing (http://forum.bytesforall.com/showthread.php?t=6303)

alisonkerr Mar 16, 2010 12:19 PM

Upgrade Atahualpa 3.3.3 to 3.4.6 and H2 spacing
 
I just upgraded from Atahualpa 3.3.3 to 3.4.6 and everything pretty much went swimmingly well (I followed the suggestion I found here to download, unzip, FTP etc).

Just one thing I need help with. Many of my posts use subheaders - I just put code such as this in the post <h3><span style="color: #4f9d3b;">Gold Straight From the Earth
</span></h3> You can see how it looks here: http://lovingnaturesgarden.com/2010/03/wonder-potato/

Anyway, the default spacing and text size seems to be different in Atahualpa 3.4.6 compared to 3.3.3 and there's too much space above and below the subheaders.

Where do I go to change the line spacing, or line height (sorry, I'm not sure of the technical term). I want it to look the same as it did under 3.3.3.

While I'm there I'd like to set up some defaults for subheaders such as <h2> and <h3> so that I have control of the size and color - it would make more sense to use <h2> in my posts, but I hadn't figured out how to change the defaults so I've been using <h3>, which in 3.3.3 was the size and line-height I wanted.

Thanks. I love the Atahualpa theme. I've been using since about June of 2009 for this one site. I notice quite a number of garden sites/blogs using it, though most have left it looking closer to the default. I did donate before and I will again once I've got a revenue stream going.

juggledad Mar 16, 2010 03:54 PM

that was changed in 3.4.3 (I don't remember the exact reason, but I seem to remember a thread about it). The css is now
HTML Code:

h1 { font-size: 34px; line-height: 1.2; margin: 0.3em 0 10px; }
h2 { font-size: 28px; line-height: 1.3; margin: 1em 0 .2em; }
h3 { font-size: 24px; line-height: 1.3; margin: 1em 0 .2em; }
h4 { font-size: 19px; margin: 1.33em 0 .2em; }
h5 { font-size: 1.3em; margin: 1.67em 0; font-weight: bold; }
h6 { font-size: 1.15em; margin: 1.67em 0; font-weight: bold; }

and it use to be
HTML Code:

h1 {font-size: 2.15em; font-weight: bold;}
h2 {font-size: 1.85em; font-weight: bold;}
h3 {font-size: 1.6em; font-weight: bold; }
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}

if you really need it that way, you could copy that code and add it as a CSS Insert


All times are GMT -6. The time now is 12:06 AM.

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