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] Header Image Has Ragged Edge (http://forum.bytesforall.com/showthread.php?t=19969)

Shae Mar 22, 2013 09:21 PM

[SOLVED] Header Image Has Ragged Edge
 
Hello!

The bottom edge of my header image is jagged. It remains so when I change the height of the image, and even when I switch images. I suspect it has something to do with my menu bar, because of where the break is, but I don't know how to make it better. Can you help?

Here's my URL: http://hitchhikingtoheaven.com/

Thank you!

:)

lmilesw Mar 22, 2013 09:30 PM

Either give the menu a white border as outlined in the theme options or perhaps give a top margin to the menu.

Shae Mar 22, 2013 09:46 PM

Thank you, Larry! Can you tell me where in the theme options to look to add the border or margin? I am using v.3.6.1. When I go to "Menu 1 (Page Menu)," I find "Border around all menu items" but that doesn't seem to do anything to help.

lmilesw Mar 22, 2013 11:02 PM

I think just putting a 1px white border on the menu should "fix" the issue.

juggledad Mar 23, 2013 05:30 AM

as Larry said add a top border to the menu. The menu items are slightly taller than the menu div and so you see that slight size difference at the end of the menu items. Add the following to the CSS inserts and see if it takes care of it
HTML Code:

#menu1 {
    border-top: solid 1px #fff;
}


Shae Mar 23, 2013 06:47 AM

Thank you, that fixed it! It was such a little thing, but it's been bugging me for months and months.
:)


All times are GMT -6. The time now is 10:15 AM.

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