New Landing How can we help? Themeforest Theme Support Pinpoint Remove page content for mobile

  • This topic has 2 replies, 2 voices, and was last updated 10 years by Kim.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Pinpoint
  • #7893
    Kim
    Member
    Post count: 2

    Hello, I would like to remove the page content and leave the left sidebar when viewing with a mobile phone. I was trying to do this with custom css, but was unable to isolate the content itself. Any help would be appreciated.

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

    .page-id-97 #97{display:none !important;}

    }

    Page example http://bartke.welcowebdesign.com/?page_id=97

    Thank you

    #7963
    Ben – SUPPORT
    Member
    Post count: 690

    I’ve never found id’s work well when they’re just a number so you might want to try

    @media screen and (max-width: 600px) {
    .page-id-97 .page{display:none !important;}
    }
    

    Thanks
    Ben

    #7990
    Kim
    Member
    Post count: 2

    That works perfectly. Thank you Ben!

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register