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] Why is there a double left border in the page/category menu bar? (http://forum.bytesforall.com/showthread.php?t=6590)

jankph Apr 4, 2010 09:18 AM

[SOLVED] Why is there a double left border in the page/category menu bar?
 
When I look at my page menu bar, which has a solid border around all items, it looks like the left border on the home item is double, i.e. 2px instead of 1px. Same with the category menu bar. Is there anyway to get rid of this or have I screwed up some settings somewhere? I mean, the right side of the bar looks alright...

juggledad Apr 5, 2010 02:14 AM

Version?
URL?

jankph Apr 5, 2010 06:54 AM

ATA 3.4.6, WP 2.9.2
husdal.com
Thanks for looking into this.

juggledad Apr 5, 2010 07:16 AM

that is because you when you set ato->Page Menu Bar->Border around all menu items to 'solid 1px #000000', it puts a border around the menu area and a border around each menu item so you are seeing a 2px border on that side. If you want to get rid of it add the following to the ato->Add HTML/CSS Inserts->CSS Inserts
HTML Code:

div#menu1 ul.rMenu {
        background: #FFFFFF;
        border-left: solid 0px #000000;
        }


jankph Apr 5, 2010 07:28 AM

Thanks.

It does say so in the options, also how to remove it, but for a non-techie, it's not immediately obvious how.

Money is on the way.


All times are GMT -6. The time now is 06:59 AM.

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