Etrenoir 0 Posted November 5 Hi, Is there a way to have just a certain amount of block(s) shown in mobile function that are normally shown on Desktop? Share this post Link to post
0 colin.irwin 17,351 Posted November 5 For Squarespace 7.0 - Sure. You need to install this Chrome Extension - https://chrome.google.com/webstore/detail/squarespace-collectionblo/bggpdfnccodbnmcndckmeehdjkjojkde Clicking its icon - - in the address bar shows you the block ids for a page. Copy the ids of the blocks you want to hide on mobile and paste them into the following @media only screen and (max-width:640px) { #blockid1, #blockid2, , #blockid-and-so-on { display: none !important; } } Then paste the result into your custom css area. Note that the block ids in my example above should be deleted and replaced with the ones you copy from your site. Also note that block ids must be separated by commas. Please hit LIKE to share your appreciation of posts that are helpful or useful. The like button is somewhere over there Of course, Likes don't pay the bills.. If you're looking for a Squarespace Developer you can hire me here Share this post Link to post
0 Etrenoir 0 Posted November 5 (edited) @colin.irwin Thanks I'll try it out, and keep you up-to-date if I got questions or anything. 🙂 Edited November 5 by Etrenoir Share this post Link to post
0 colin.irwin 17,351 Posted November 5 Ca va Please hit LIKE to share your appreciation of posts that are helpful or useful. The like button is somewhere over there Of course, Likes don't pay the bills.. If you're looking for a Squarespace Developer you can hire me here Share this post Link to post
Hi,
Is there a way to have just a certain amount of block(s) shown in mobile function that are normally shown on Desktop?
Share this post
Link to post