White Bar Between Header and Menu
-
I am having difficulty removing the white bar between the header image and the navigation menu. I am not sure if this white space is an extension of the header or if it is a place for the header sidebar. The website is chicthestyle.com
I have added the following CSS to get the social media icons where I want:
#site-title {
margin: 0;
line-height: 0;
float: left;
z-index: -1;
}#social-media-icons {
z-index: 1;
position: absolute;
top: 135px;
right: 50px;
}#header #s {
z-index: 1;
position: absolute;
top: 0;
right: 0;
}Any suggestions on how to either get rid of the white space?
Thank you,
Dustin
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘White Bar Between Header and Menu’ is closed to new replies.