• I would like to know how to delete sidebars only on smartphone, leaving only visible on the computer. Thanks!

Viewing 1 replies (of 1 total)
  • Hello,

    Kindly add the below code to the Appearance > Customize > Custom CSS section to hide it –

    @media only screen and (max-width: 520px) {
    .widget-area.sidebar-primary, .widget-area.sidebar-secondary, .content-left-sidebar .widget-area {
        display: none;
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘side bar’ is closed to new replies.