Disable Sidebar on Mobile Only (Generatepress)
-
Hello there, I am not using any specific plugins on the sidebar. It’s just recent posts on the right sidebar and a search box on the footer widget with some links. I want to disable both of these on the mobile display. I used the following code but it didn’t work. Please help.
@media (max-width: 768px) { .sidebar { display: none; } }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Disable Sidebar on Mobile Only (Generatepress)’ is closed to new replies.