Hello. On tablets, my sidebar appears, and that is fine. I know on phone the sidebar gets hidden. I am currently using an 80%/20% ratio for the sidebar placement. All my sidebars except one I use look bad on a tablet. All the other sidebars look fine. How can I hide just ONE specific sidebar on a tablet? I don’t want to hide all the sidebars from appearing on a tablet, just one specific sidebar.
I will place the web page URL in the private content box below.
Thank you.
Hi santanin!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1024px) {
.newsbox {
display: none!important;
}}
Best regards,
Yigit
Worked perfect! Thank you!