Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #67110
    @gaboarrow

    Hi, is there a css code to disable the sticky menu on 1 page only?
    i want the top menu when they are at the top of the page,
    but if they scroll down, to not have the sticky menu

    Thanks a lot

    Answers

    #67174
    @anve

    Hi @gaboarrow,

    Please provide me the url of the page from where you want to disable sticky header , i’ll provide you the corresponding css.

    Regards
    Anve

    #67456
    @gaboarrow

    Thanks anve
    the page is:

    Video 3 – Gamifícate

    its a sales page so I need the top space

    Thanks a lot

    #67484
    @anve

    Hi @gaboarrow,

    Try adding following css in child theme custom css option.

    
    .page-id-1088 #masthead {
      position: static!important;
    }
    .page-id-1088 #right-panel {
      margin-top: 0 !important;
    }
    

    Regards
    Anve

    #67834
    @gaboarrow

    works great thanks @anve

    #67877
    @anve

    HI @gaboarrow,

    Great 🙂 . I will close this topic now . If you have other concern , please create a new topic .

    Regards
    Anve

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘sticky menu’ is closed to new replies.