Tagged: ,

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

    Hi. I have been supplied with this wireframe of sorts for a new project. I just finished a site using Enfold and I loved the ease of use and also the support! Thanks guys:) So, I would like to know if there is a way to make my menu below the logo with a red background like this example. I saw some earlier posts on the matter, but they didn’t really do exactly what I was looking for. Thanks!

    http://lizybloomdesigns.com/storeboards.net/storeboards.jpg

    #203108

    Hey lizybloom!

    If you use Header with bottom menu + social media icons you could get fairly close to that.

    Regards,
    Devin

    #203118

    Yes. Thanks, I saw that. Is there a saw to make this header style fixed?

    Thanks.

    #203131

    Something like this added to the desktop only media query in your css/custom.css file should do it:

    #header {
        position: fixed;
        width: auto;
    }
    #main {
        padding-top: 156px;
    }

    I’ve not done any cross browser testing but it should get you most of the way there.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Logo above menu with colored background for menu items’ is closed to new replies.