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

    Hey there, is it possible to get the topbar sticky.
    See example:
    http://www.hydroflex.nl/nl

    Best regards
    Martijn

    #1074345

    Hey Martijn,

    Yes, try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #header {
        padding-top: 30px;
    }
    
    #top #header_meta {
        position: fixed;
        width: 100%;
        top: 0;
    }

    Best regards,
    Nikko

    #1090889

    Hey Nikko, first I have to thank you for all of the support. Excellent.
    A while ago you gave me a solution for a Sticky topbar, which works perfect.

    The only problem that we still have is that the topbar is a bit to high on smartphones. The logo will disappear underneath the top bar.
    Have a look on a smartphone you will see what I mean:

    Hope you have the solution for this.

    Best regards,
    Martijn Koster

    #1091222

    Hi Martijn,

    Please try the following CSS as well:

    @media only screen and (max-width: 767px) {
    .av-logo-container {
        padding-top: 30px !important;
    }
    }

    Best regards,
    Rikard

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