Okay
  Public Ticket #354231
full screen video layout - MENU
Closed

Comments

  • peter started the conversation

    Hi, I\'d like to have the fulscreen video with the menu at the bottom visible (as if I scroll down by the menu height pixels) . How can I achieve this please?

    thanks

  • Chris replied

    I may be understanding you wrong. are you wanting the menu to show above the fold on the home page? If so try adding this to the custom css

    #navigation-sticky-wrapper {

    margin-top: -60px;

    }

    I'm not support so someone may be better able to help. 

  • peter replied

    that's it, thanks!

  • Chris replied

    Great.