- This topic has 3 replies, 2 voices, and was last updated 1 year, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Hello,
Hope you can help.
I am having issues with the right sidebar when viewing a blog post on a mobile and tablet device.
In the desktop mode, the sidebar is displayed nicely, no problem.
However, the mobile and tablet mode force the right sidebar to the bottom of the webpage which is not user friendly or aesthetically pleasing.
Is there a way to remove the sidebar in a blog post only so that mobile and tablet viewers cannot see it? I still wish to retain the sidebar for desktop users.
Any help would be much appreciated!
Hi Sophie,
Sorry for the late reply we have been on holidays
Please navigate to Dashboard > Appearance > Customize > Additional CSS and add the CSS snippet below:
@media screen and (max-width: 950px) {
.sidebar-left, .sidebar-right {
display: none;
}
}
Kind Regards
Hello!
Thanks for your help, this issue has now been resolved.
Many thanks again.
Kind regards
Feel free to contact us at any time, and we appreciate your continued trust in our services.
Kind Regards