There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021
/* ================================================ */
/* CSS to remove lines around menu */
/* ================================================ */
div#menu1 ul.rMenu {
border: none 0px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#3
Apr 25, 2010, 08:41 AM
vert
3 posts · Apr 2010
Thanks juggledad,
but that didn't help. I put your code under css inserts but nothing changed, even after clearing all private browser data und fetching the site freshly.
That white dashed line has got to be somewhere! All other margins can be controlled, but not this one?
Thanks again,
vert
#4
Apr 25, 2010, 08:44 AM
vert
3 posts · Apr 2010
I just got rid of %page-center in the header section. I am gonna need another way to navigate but the dashed line is gone now too!
Oops, I gave you the wrong code, use this instead.
HTML Code:
div#menu1 {
border: solid 0px transparent;
}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support