Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   How to add margins when not using a logo? (http://forum.bytesforall.com/showthread.php?t=995)

Ashjoielee Mar 28, 2009 01:40 PM

How to add margins when not using a logo?
 
HI, I'm not using a logo but would like for there to be a margin in the logo box which displays the Blog title and tagline. I've played with adding both margin and padding in the logo styling box editing area in the theme options, but unless I am just doing it wrong, it doesn't change anything.
Any suggestions?

Thanks!
Ash

Flynn Mar 30, 2009 08:18 AM

Set height at A. Theme Options -> Header -> Logo Area: Styling, to make the whole logoarea table taller, or add HTML/CSS Inserts -> CSS Inserts to the single cells of the logoarea table

HTML Code:

td.logoarea-logo {
padding: XXpx;
}
td.logoarea-title {
padding: XXpx;
}
td.search-box {
padding: XXpx;
}



All times are GMT -6. The time now is 05:14 AM.

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