- This topic has 2 replies, 2 voices, and was last updated 7 years, 6 months ago by Hash.
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- December 1, 2016 at 8:47 am #1257woodyjrParticipant
I was having issues with my sidebar overlapping my footer but only on my mobile device. I couldn’t find a good solution and none of the mobile plugins worked so I added css to remove sidebar and footer for mobile screen sizes. I tested it out on the desktop screen sizes and it works perfectly but as soon as I get on my phone it only works on the homepage and when I click to a different page it goes back to normal and shows the overlapping footer and sidebar that was supposed to be removed. Am I missing something?
December 1, 2016 at 8:49 am #1258woodyjrParticipantThis is what I added:
@media only screen and (max-width: 767px) {
.widget-area {
display:none;
}
#sq-colophon {
display: none;
}
}December 5, 2016 at 9:09 pm #1280HashKeymasterHi,
Can you please mention your website url? There does not seems any issue with our demo site at all.
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.