Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   [SOLVED] Dashed border still appears with page menu centering (http://forum.bytesforall.com/showthread.php?t=2363)

neska0209 Jul 11, 2009 08:30 AM

[SOLVED] Dashed border still appears with page menu centering
 
No matter what I do to modify or remove the dashed border around the page menu bar, it still appears there when you center the page menu. This appears to only happen with the menu centered, not when it is left or right aligned. Any ideas on how to fix this? Thank you!

neska0209 Jul 11, 2009 10:34 AM

Nevermind! Found it in css.php.

juggledad Jul 11, 2009 10:35 AM

which version of WP and Atahualpa?

neska0209 Jul 11, 2009 11:18 AM

The latest of both - 2.8.1 of WP and 3.4.1 of Atahualpa. I found the fix in css.php. Thanks though!

juggledad Jul 11, 2009 12:33 PM

Can you explain what you did?

neska0209 Jul 11, 2009 01:10 PM

Oh woops, sorry :) Yes, I deleted line 2496 from css.php:

div#menu1 {
border: dashed 1px #ccc;
}

juggledad Jul 15, 2009 05:15 AM

Instead of deletinh the lines in css.php (which won't carry over if you upgrade atahualpa in the future) instead just add the following to ATO->Add HTML/CSS Inserts->Css Inserts
HTML Code:

div#menu1 {
border: solid 1px #ccc;
}



All times are GMT -6. The time now is 07:58 AM.

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