Archived topic
Overlap of Menu and Featured Image on Mobile
2 replies · Started by James on January 4, 2023
Viewing posts 1–3 of 3
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:

I'm searching out paddings in different places, but I can't seem to rectify it.
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;
}
}
Thanks, Fernando!
This archived topic is closed to new replies.