Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
Hide sidebars on mobile?
jackrom
August 2019
edited August 2019
in
Theme support
Hi! It's possible to hide the sidebars on mobile or when screen is <768px?
thanks
Comments
Pablo
August 2019
Hello,
It's possible - but only with the custom css code.
If you don't know how to do it, please send us a link to your website.
Thanks
jackrom
August 2019
Hi, thanks! Can I put custom css code in theme options? my site is camminosantiagodecompostela.it
Pablo
August 2019
Please paste this code into the Theme Options > Custom CSS & JS > CSS
@media
(max-width:768px){
.sidebar{
display:none !important;
}
}
Thanks
Sign In
or
Register
to comment.
Comments