Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #571145

    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.

    #571752

    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

    #571861

    Worked perfect! Thank you!

    #572565

    Hi,

    Great, glad we could help :-)

    Cheers!
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.