New Landing How can we help? Themeforest Theme Support Pinpoint How to disable widgets in Responsive mode

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Pinpoint
  • #1647
    martimmer
    Member
    Post count: 3

    Hi Support!

    Would like to remove widgets from the frontpage on mobiles

    Have tried this – but can not get it to work. Can you help me?

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

    .right-sidebar {

    padding-top: 0!important;

    }

    }

     

    Thank you in advance!

    Martimmer

    #1657
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Martimmer,

    padding-top sets an inner top margin, it doesn’t remove them.

    To remove them, try with this:

    @media only screen and (max-width: 767px) {
    
      .right-sidebar {
        display: none !important;
      }
    }

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

    #1701
    martimmer
    Member
    Post count: 3

    THX a lot!

    Worked fine – Thanks for the quick response

    Martimmer

    #1757
    Cosmin – SUPPORT
    Member
    Post count: 3851

    You’re welcome 🙂

    If it’s not too much trouble for you and if you haven’t done so already, can you please take a moment to rate our theme over at ThemeForest, in your Downloads section? Thanks!

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

Viewing 4 posts - 1 through 4 (of 4 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