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

    When on mobile, the header disappears.

    Where can I set that header displays all the time on mobile?

    Thanks in advance.

    Regards,

    Hayco

    #886290

    Hey Hayco,

    I was still able to see the header on mobile. Can you please provide a screenshot so I can understand what you mean?

    Best regards,
    Jordan Shannon

    #887375

    Hi Jordan,

    See attached two screenshots (see link). The first you see the header, and when I scroll down, the header disappears.

    Best regards,

    Hayco

    #887624

    Hi,

    I believe this is the default function of the theme based on your settings. You would prefer a sticky header?

    Best regards,
    Jordan Shannon

    #889252

    Hi ,
    Yes, I prefer sticky header.

    Regards, Hayco

    #889354

    Hi,

    Try adding this to quick css:

    .html_header_top.html_header_sticky #header {
    position: fixed !important;
    }
    @media only screen and (max-width: 767px) {
    .responsive #main {
    padding-top: 82 !important;
    }
    }

    Best regards,
    Jordan Shannon

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