Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #470675

    Hi there,

    My website address is http://www.sydneykcc.org and I would like to make my menu wider.

    Currently, each menu align in center, but i would like to make it spread wider.

    Can you let me know if there is any css for it?

    Thanks.

    #470694

    i think the orignal set of that is in:

    .av-main-nav > li > a {
        display: block;
        font-size: 13px;
        font-weight: 600;
        padding: 0 13px;
        text-decoration: none;
        transition: background-color 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s;
    }

    so if you goto quick css and change padding i guess this is what you want:

    .av-main-nav > li > a {
        padding: 0 30px;
    }
    #470961

    Hey @designbankau!

    Did you try @Guenni007’s suggestion and did you have any luck with it?

    Regards,
    Rikard

    #471323

    ok he changed it – and with 80px as well :lol
    thanks for your positiv feedback

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