Hide sidebar (on mobile) on single post pages

Home Forums Jevelin Theme Hide sidebar (on mobile) on single post pages

Home Forums Jevelin Theme Hide sidebar (on mobile) on single post pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • theskygate
    Participant

    Hi!

     

    Is it possible to turn off the sidebar widgets on the single post pages for mobile users?

     

    For mobile users I would like to integrate the widgets into my blogpost, so they don’t end up under the comment section, but I don’t want them two times on my page.

     

    Thanks in advance!

    Ward

    Solution for this topic

    Hi Ward,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (max-width: 1025px){
    .single-post #sidebar {
     display: none;
    }
    }

     

    Best regards,
    Shufflehound team

    theskygate
    Participant

    Thanks!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)