Tagged: menu
- This topic has 3 replies, 2 voices, and was last updated 11 years, 9 months ago by Sakin.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
February 14, 2013 at 4:10 pm #3966poornima.ukMember
Hi Sakin,
Please take a look at http://www.timewisefoundation.org.uk
1. How do I remove the border around my menu
2. And can I make the width of the menu navigation 100% rather than changing the padding?
Thanks
Poornima
February 14, 2013 at 8:57 pm #3980SakinKeymaster@poornima.uk: To remove the border. Just add the following css in “Custom CSS” box in your Theme Options panel.
#access { border: none; }
Your menu width is 100% only. But you have only few menu items in the menu. That is why it is not full.
February 14, 2013 at 9:04 pm #3982poornima.ukMemberHi Sakin
I already have this in the custom code
#access {
border:none;
background-color:#fff;
position:relative;
z-index:1000;
box-shadow:0 0px 0px #fff;
-webkit-box-shadow:0 0px 0px #fff;
-moz-box-shadow:0 0px 0px #fff;
}So what am I doing wrong?
February 14, 2013 at 9:09 pm #3984 -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Change border about Menu navigation’ is closed to new replies.