Fixed menu

Home Forums Gravida Support Fixed menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #95214
    Willi FelixWilli Felix
    Participant
    • Topics: 3
    • Replies: 3
    • Total: 6
    Member since: May 7, 2017

    Hi,

    Is there an option to fix (freeze) the header with menu on the pages, so it is always visible on top of the page – even when scrolling down?

    https://wendecoffeeanddrinks.nl/

    Regards,

    Willi

    #95282
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .header.type2 { position:fixed !important; z-index:1000;}
    #slidera { position:relative; top:80px;}

    Regards,
    Chris

    #95325
    Willi FelixWilli Felix
    Participant
    • Topics: 3
    • Replies: 3
    • Total: 6
    Member since: May 7, 2017

    Hi,

    Thanks! It works…

    Regards,
    Willi

    #95327
    Willi FelixWilli Felix
    Participant
    • Topics: 3
    • Replies: 3
    • Total: 6
    Member since: May 7, 2017

    Hi,

    uh … the text on the frontpage under the slider falls away!

    https://wendecoffeeanddrinks.nl/

    Is it also possible to reduce the space between the home featured blocks and the top of the footer?

    Regards,
    Willi

    #95412
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi Willi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    Remove

    .header.type2 { position:fixed !important; z-index:1000;}
    #slidera { position:relative; top:80px;}

    And add this new code there

    .header.type2 { position:fixed !important; z-index:1000;}
    #slidera { position: relative; margin-top: 80px;}
    .home1_section_area, .home2_section_area, .home3_section_area { display: none;}

    Regards,
    Chris

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