These issues are SOLVED
I'm having trouble with this. Site:
http://www.artcurvedstraight.org/home
- My images have all been replaced with 1x1.
- I have tried the above in post #26.
But, Firebug is still telling me that my right-padding is 15. This really throws off the appearance of the menus. I've learned a lot about styling menus in Atahualpa over the last few days, but this is the final hurrah for me.
Questions:
1. SOLVED: How can I reduce the right padding on ALL of my li items in the menus, both horizontal and vertical?
taken from:
http://forum.bytesforall.com/showthread.php?t=6033
/*---drop down arrows-----------------------------------*/
div#menu1 ul.rMenu-hor li.rMenu-expand a {
background-image: none;
padding-right: 3px !important;
}
div#menu2 ul.rMenu-hor li.rMenu-expand a {
background-image: none;
padding-right: 3px !important;
}
2. (please please
) How can I reduce the sub-menu width of 7 to less than 7? You will see on my site the width throws off the design, as I have observed on other Atahualpa sites as well. The edges just stick out too far.
2a. SOLVED: Alternately, could I style ALL of the parent items to match that width of 7, so the red outlines lined up, and all menu items were a standard width?
taken from:
http://forum.bytesforall.com/showthread.php?t=1986
ul.rMenu li {width: 11em;}
Any advice please? Flynn/Juggledad or any other users?
Thanks so much!
Josh