Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3966
    poornima.uk
    Member

    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

    #3980
    Sakin
    Keymaster

    @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.

    #3982
    poornima.uk
    Member

    Hi 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?

    #3984
    Sakin
    Keymaster

    @poornima.uk: It’s fine and you have remove the border in the menu.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change border about Menu navigation’ is closed to new replies.