Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #955139

    Hey guys,

    I want to have a top menu like Apple has on their website, i like the way it is spaces a-crossed the middle with the logo to the right of it and and may be icons for my account is this easy to achieve?

    If anything I would definitely like the menu at least as in the spacing please? is there some quick CSS stuff I can use?

    Keep up the amazing work guys…

    #955572

    Hey Steve,

    You can try something like this in Quick CSS, though you will likely have problems with responsiveness:

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

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.