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.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi 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.