Viewing 2 replies - 1 through 2 (of 2 total)
  • A browser tool like Firebug should show you the CSS for any element on the page – in this case see:

    #main-nav {
        background: url("images/navbg4.png") repeat-x scroll 0 0 #E9E9E8;
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 1000px;
    }

    If you need additional help, you should check with the developers of your theme – as these forums only support themes from here:

    https://www.ads-software.com/themes/

    Thread Starter sidius92

    (@sidius92)

    I tried but couldn’t do it so i just changed my theme.Thanks for the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adjusting menu width on my site’ is closed to new replies.