New Landing How can we help? Themeforest Theme Support Joyn Hide sidebar below XXXpx size (e.g. Mobile sizes)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Joyn
  • #129540
    ovollc
    Member
    Post count: 48

    Can you provide a bit of css to hide a sidebar and/or all sidebars below a certain viewport size?

    #129623
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Like this:

    @media only screen and (max-width: 479px) { 
    aside.sidebar {
      display: none;
    }
    }

    You can change the max width for the rule

    – Kyle

    #129849
    ovollc
    Member
    Post count: 48

    Excellent. Thank you. I was overthinking it. 😉

    #129866
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

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 the following item
Login and Registration Log in · Register