Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #962271

    Hi, I used a code I found from an old thread (feb 2017)

    .html_header_top.html_header_sticky #header {
    position: fixed !important;
    }
    @media only screen and (max-width: 767px){
    .responsive #top #main .container_wrap:first-child {
    border-top: none;
    margin-top: 105px;
    }
    }

    And the “margin-top” setting works very well on the home page, but not with internal info pages.
    Any idea what should I change in this code or in the setting of the internal page to apply it on all pages?

    Enfold 3.8

    • This topic was modified 6 years, 5 months ago by 0_o.
    #962279

    Hey 0_o,

    Please provide a link to the site/page in question so we can see exactly what the issue is.

    Best regards,
    Jordan Shannon

    #962298
    This reply has been marked as private.
    #962319

    Hi,

    Thanks for sending those over. Please add the following to quick css:

    @media only screen and (max-width: 767px)  {
    #av_section_1 .av_textblock_section{
    margin-top:150px!important;
    }}

    Best regards,
    Jordan Shannon

    #962431

    Many thanks!

    • This reply was modified 6 years, 5 months ago by 0_o.
    #962459

    Hi,

    No problem at all! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘sticky mobile header overleap the top of inner pages’ is closed to new replies.