Click here to register or to donate. Auto self-registration is not available here - far too many spammers. This forum has many, many backlinks and because of that there is an intense desire among spammers to drop their links here.
[SOLVED] Dashed border still appears with page menu centering
#1
Jul 11, 2009, 09:30 AM
neska0209
9 posts · Jul 2009
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!
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#4
Jul 11, 2009, 12:18 PM
neska0209
9 posts · Jul 2009
The latest of both - 2.8.1 of WP and 3.4.1 of Atahualpa. I found the fix in css.php. Thanks though!
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#6
Jul 11, 2009, 02:10 PM
neska0209
9 posts · Jul 2009
Oh woops, sorry Yes, I deleted line 2496 from css.php:
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;
}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support