• hello everyone,
    It’s me again!!

    I would like to change the size (more longer) of my main menu. I tried this code:

    /* Menu Fix to Full Width*/

    body {
    padding: 0 0;}

    #page {
    max-width: none;}

    #branding, #main, #footerMenu ul, #access ul {
    width: 1100px;
    margin: 0 auto;
    }

    but all content of my website move on the left!!!

    How can i fix it?

    Thx for any help

    Vale

The topic ‘change size the menu sidebar’ is closed to new replies.