Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Padding / Line above & below Header Image (http://forum.bytesforall.com/showthread.php?t=15114)

vCopia Aug 13, 2011 12:33 PM

[SOLVED] Padding / Line above & below Header Image
 
I need another set of eyes. All I'm trying to do is remove the black space above and below the header image that creates the illusion of being horizontal lines. Note: my header image is 212 px high and the spacing I've set up is 212.

I'm using ver. 3.6.7

Thanks much.

vCopia Aug 14, 2011 05:43 AM

OK. I figured it out myself, after countless hours of testing on my own. I finally realized these lines were managed by the code contained under ATO > Add HTML/CSS Inserts > CSS Inserts, as shown below:

HTML Code:


div#imagecontainer {
border-top: solid 5px #333;
border-bottom: solid 5px #333;
}

which I changed to

HTML Code:


/*

NOTE:  code below is the original contained in this section.  Directly below it - just outside of the closing COMMENT marker for this note - is my modified version

div#imagecontainer {
border-top: solid 5px #333;
border-bottom: solid 5px #333;
}

 */

div#imagecontainer {
border-top: solid 1px #333;
border-bottom: solid 0px #333;
}

Unless you see something here that requires further attention, please feel free to close out this post.


All times are GMT -6. The time now is 05:18 PM.

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