Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1080329

    Sticky header on mobile hide partially the title. In desktop version works well.

    I use the following code for sticky header on mobile. It will be a feature request…

    /* Sticky header on mobile */
    @media only screen and (max-width: 767px) {
    .responsive #top #main {
    /* Margin top value should be equal to header height*/
    margin-top: 180px;
    }
    .responsive #top #wrap_all #header {
    position: fixed;
    }
    }

    #1080498

    Hey denovellis,

    Seems to look fine on my end.

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1082397

    I attached the pictures. The first picture is the current behavior et the second is the expected behavior.

    In desktop version is ok.

    #1082799

    Hi denovellis,

    Please clear the cache and/or test on another device, the header is sticky on my iPhone.

    Best regards,
    Victoria

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