How to Remove Sidebar on Mobile in Hestia

Sometimes you do not want to have a sidebar on mobile screens. It can be removed this way.

Navigate to  Appearance -> Customize -> Additional CSS section and add the following code:

@media (max-width: 380px){
.blog-sidebar-wrapper{
   display: none;
}}

That's all there is to it! Save your changes and check your website.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us