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

    Hello,

    Hope you can help.

    I am having issues with the right sidebar when viewing a blog post on a mobile and tablet device.

    In the desktop mode, the sidebar is displayed nicely, no problem.

    However, the mobile and tablet mode force the right sidebar to the bottom of the webpage which is not user friendly or aesthetically pleasing.

    Is there a way to remove the sidebar in a blog post only so that mobile and tablet viewers cannot see it? I still wish to retain the sidebar for desktop users.

    Any help would be much appreciated!

    #74610
    vako
    Keymaster
    Premium Member

    Hi Sophie,

     

    Sorry for the late reply we have been on holidays

    Please navigate to Dashboard > Appearance > Customize > Additional CSS and add the CSS snippet below:

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

    .sidebar-left, .sidebar-right {

    display: none;

    }

    }

     

    Kind Regards

    #74670
    Sophie
    Participant
    Premium Member

    Hello!

    Thanks for your help, this issue has now been resolved.

    Many thanks again.

    Kind regards

     

    #74676
    vako
    Keymaster
    Premium Member

    Feel free to contact us at any time, and we appreciate your continued trust in our services.

     

    Kind Regards

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