Home / Forums / Basel support forum / Hide row on mobile device
Home › Forums › Basel support forum › Hide row on mobile device
Hide row on mobile device
- This topic has 1 reply, 2 voices, and was last updated 7 years, 5 months ago by
Elise Noromit.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
June 8, 2018 at 10:52 am #61881
Dave1983ParticipantHi there, is there a class I can add to a row to stop it from appearing on a mobile device?
Best regards
Dave
June 8, 2018 at 11:50 am #61892
Elise NoromitMemberHello,
If you enter editing mode of a row you will see the filed for class or ID, insert there any keyword, and add the CSS to Theme Settings > Custom CSS > Mobile CSS:
.keyword{
display:none;
}This is an example.
I would recommend you hide columns inside the row. They have the option:
1. http://prntscr.com/j4fho7
2. http://prntscr.com/j4fio2Best Regards
-
AuthorPosts
Tagged: Hide row on mobile device
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to create new topics. Login / Register