Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #70776
    LB
    Participant
    Premium Member

    I saw a topic similar to this already but didn’t want to jump on there’s as the person helping was requesting specific information from the user.

     
    <p style=”text-align: left;”>Can your team please help me create custom css to hide the left sidebar whilst browsing on mobile? My website is http://www.lisetteblythe.com</p&gt;

    #70781
    vako
    Keymaster
    WP Royal Team

    Hi LB,

     

    At first, thank you for choosing our theme and service.

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    @media screen and (max-width: 979px) {

    .sidebar-left {

    display: none !important;

    }

    }

     

    Kind Regards

    #70855
    LB
    Participant
    Premium Member

    Thank you so much for this! I appreciate it!

    #70856
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

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