This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

5
  1. Andrew Misplon Staff

    Hi Dave

    Unfortunately not from within theme options. You can hide elements using Custom CSS.

    Here is our Custom CSS tutorial: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/

    This is what a media query looks like:

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

    You can adjust the breakpoint and add selectors into the media query as required. For example to hide say the header widget area under 960px would look as follows:

    @media screen and (max-width: 960px) {
    	header#masthead hgroup #header-sidebar {
    	display: none;
    	}
    }

    Ref: http://css-tricks.com/snippets/css/media-queries-for-standard-devices/

  2. DogCare

    A suggestion for an update would be a checkbox option in page builder to turn off/restrict widgets for mobile devices. Pretty please?

  3. bill.hochsprung

    This is a PERFECT suggestion and second the idea of it being in the list of additions to your already great product. Would make it fantastically easy to really fine tune a responsive site. Please count my vote for this to be included in the future. Couldn’t get here soon enough.

    Bill

    • Andrew Misplon Staff

      Thanks for your additional feedback here Bill. Appreciate it. Perhaps something we can work into Page Builder down the line.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread