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.

Hide a row on desktop but make it visible on mobile?

8 years ago · Last reply by Alex S 8 years ago

Hi,

I have the following website: www.emine-izmir.de

I would like to hide a row under for desktop users and make it only visible for mobile users (under the page “Preisliste”).

Thanks a lot!

-i

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 8 years, 2 months ago

    Hi Andrea,

    Please open the row you wish to hide on desktop by clicking the wrench icon above the row in the editor. Head over to the row styles sidebar and open the Attributes settings group. Set the Row Class to mobile-show and save the page.

    Please add the following CSS to WP AdminAppearanceCustom CSS:

    @media (min-width: 601px){
    	.mobile-show {
    		display: none !important;
    	}
    }

    You might also need to install the SiteOrigin CSS Editor.

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