Gray bar under my navigation menu
-
Hello! Could you tell me how to remove this gray bar under my navigation (it’s selected by red:) It takes too much place of my site, it’s useless.
http://www.sawek.kero.pl/temp/gray_bar.png
Thank you!
I’d need access to the website to use firebug to inspect. I tried http://www.sawek.kero.pl but it said access is forbidden.
http://dentalmovies.com/polish/ – this is the site.
ARRRGHHHH… I’ve been at the dentist all day today. Two extractions, One composite, and a partridge in a pear tree.
Okay, add this to your child theme stylesheet or your custom css:
#content-main {
margin-top: -30px;
}Okay, remove that content-main I just gave you, and add this instead:
#content {
border-top: none;
}Here is the css for the sidebar:
#sidebar_right {
display: inline;
float: right;
margin-right: 15px;
width: 255px;
}You can enter this into your css, and adjust the numbers accordingly. Also, you can go back to the facebook dev page and set a new width for your “share” box.
Just add
background:#FFFFFF;to your #content mentioned above. You can, of course, set the hex color to anything you like.
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
