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)
-   -   How to change the width of menu 2 (http://forum.bytesforall.com/showthread.php?t=11341)

guvenp Nov 23, 2010 06:58 AM

How to change the width of menu 2
 
Hi guys,

I am a relative newbie and am a little stuck. I can not seem to find how to change the width of my cat menu 2. I only have 3 menus needed but unfortunately the actual nav bar stretches across the entire site and I would like to shorten it to span just the three menus. swimtoslim.com

I am also having difficulty with my polldaddy polls plugin which is not working in my sidebar.

would greatly appreciate some advice on how to fix these problems.

thanks,

guven.:)

lmilesw Nov 23, 2010 09:02 AM

If I understand you correctly adding the following to ATO>Add HTML/CSS Inserts>CSS Inserts should do what you want. It's just using the selector for the bar and setting the background as transparent and removing the border. I determined the selector using Firebug with Firefox.

HTML Code:

div#menu2 ul.rMenu {
background:transparent !important;
border:none !important;
}



All times are GMT -6. The time now is 03:48 PM.

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