Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   [SOLVED] Style problem after increasing page menu font size (http://forum.bytesforall.com/showthread.php?t=16874)

MikelPerez Feb 28, 2012 02:25 PM

[SOLVED] Style problem after increasing page menu font size
 
Hi!

I've built my header using %bar1 %logo %bar1 %pages %bar2

After I changed the font and the font-size for the Pages menu, the background color overlaps over both bar1 at the top and bar2 at the bottom.

You can see in this test site: http://www.mikelperezisasi.com/

What can I do to increase the menu bar height so that different bars don't overlap?

juggledad Feb 28, 2012 03:19 PM

add to the css inserts
HTML Code:

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


lmilesw Feb 28, 2012 03:45 PM

Another solution is to add the following to CSS Inserts
HTML Code:

#rmenu2 {
    height: 30px;
    padding-top: 2px;
}

Or just add
HTML Code:

#menu1 {
    border: solid 1px #FCF5CB;
}

Or add
HTML Code:

border: solid 1px #FCF5CB
in the border box for the menu
Or.... Well you get the idea... There are many solutions to the issue. Learning to use Firebug makes these kind of tweaks very easy.

MikelPerez Feb 29, 2012 10:24 AM

Thanks, guys, that solved the problem!


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

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