Fixed on Scroll Header is Duplicating on Mobile Version

Home Forums Legacy Support Support queries Styling issues Fixed on Scroll Header is Duplicating on Mobile Version

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #264186
    MssmLccs9-
    Participant
    Hello, I have set the header to be Fixed on Scroll, which is working fine on desktop, however on mobile, it is duplicating, see the attached screenshot, how can I fix this? https://prnt.sc/sqd08s Thanks!  
    #264209
    Diana
    Participant
    Seems like CSS conflict. Please share your site URL we will share the fix
    #264405
    MssmLccs9-
    Participant
    This reply has been marked as private.
    #264581
    Jackson
    Blocked
    Hello, Go to appearance>>customize>>Custom css and paste code given below, @media only screen and (max-device-width: 480px){ header.mooc.app.fix.fixed h1#logo #header_alt_logo{
    display:none !important;
    
    } } Issue would be fixed after using this code Thanks,
    #264589
    MssmLccs9-
    Participant
    It looks like it's fixed, thanks.
    #264733
    Diana
    Participant
    Okay Thanks for confirming. Closing this topic
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Fixed on Scroll Header is Duplicating on Mobile Version’ is closed to new replies.