Home>Support>Hide a row on desktop but make it visible on mobile?

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

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 6 years, 10 months ago Alex S
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More