courtside Posted November 23, 2020 Posted November 23, 2020 Site URL: https://www.trajektory.com/new_home I'm trying to make it so the long section with all of the laptops shows on mobile only (preview attached). I'm currently using the follow design CSS: @media screen and (min-width: 641px) { div#yui_3_17_2_1_1606076529460_377 { display: none !important} } The div. ID must be wrong but I can't seem to figure out what to put. Thanks!
creedon Posted November 23, 2020 Posted November 23, 2020 Replace your previous attempt with the following. @media screen and ( min-width: 641px ) { [data-section-id="5ee40ec1389cec341acf59b8"] { display: none; } } Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.