• Resolved pijo

    (@pijo)


    Hi,
    I want to add video in banner (Youtube) at the top of page, very important to me is FIXED position during scrolling. If is not possible than below menu. Can you please help?

Viewing 16 replies (of 16 total)
  • Hello pijo,

    Paste the below CSS in Custom CSS box and save –

    @media (min-width: 1200px){
    #enigma_nav_top.affix {
        top: 150px !important;
    }
    .navbar-container img {
        margin-top: 0px !important;
    }
    .enigma_blog_full {
        margin-top: 99px;
    }
    } 
    object {
        height: 150px !important;
    }
    @media (min-width: 1200px){
    .hd_cover {
        height: 150px !important;
    }
    }

    Thanks.

Viewing 16 replies (of 16 total)

The topic ‘Video fixed position’ is closed to new replies.