Site logo

[Resolved] Overlap of Menu and Featured Image on Mobile

Home Forums Support [Resolved] Overlap of Menu and Featured Image on Mobile

Home Forums Support Overlap of Menu and Featured Image on Mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2484105
    James

    I found a previous post with a similar problem, but the solution was removing some CSS, and that doesn’t seem to be the issue.
    Here is what I see when I go to a post on my website, http://www.MiraimchiReader.ca:
    Mobile screen capture
    I’m searching out paddings in different places, but I can’t seem to rectify it.

    #2484121
    Fernando
    Customer Support

    Hi James,

    Do you want to disable the merge on mobile?

    If so, try adding this CSS through Appearance > Customize > Additional CSS:

    @media (max-width: 768px){
        .header-wrap {
        position: static;
    }
    }
    #2484473
    James

    Thanks, Fernando!

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