BennyCorrigan Posted November 10, 2022 Share Posted November 10, 2022 Hi, I would like certain sections on my homepage to go to the mobile version at wider break points than they currently do. For example on the homepage I would like the Meet the Team section to break to the mobile version earlier. Can any help me with the code I need to use to make this happen. Thank You! Link to comment
Beyondspace Posted November 10, 2022 Share Posted November 10, 2022 4 hours ago, BennyCorrigan said: Hi, I would like certain sections on my homepage to go to the mobile version at wider break points than they currently do. For example on the homepage I would like the Meet the Team section to break to the mobile version earlier. Can any help me with the code I need to use to make this happen. Thank You! we can use media query and select section id to set the right style on mobile @media only screen and (max-width: 767px) { // style on mobile } you can use the following extension to get the right section Id: Squarespace ID Finder How to get section Id: https://recordit.co/Aj9vXw6rfY If you need help, you can share your URL site so we can take a look Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
BennyCorrigan Posted November 10, 2022 Author Share Posted November 10, 2022 Hi, Thank you for the reply, the website URL is https://dentleslieville.ca/ . I would like the Top rated Dental team section to break to mobile view sooner when desktop screen is adjusted, Thanks Link to comment
tuanphan Posted November 13, 2022 Share Posted November 13, 2022 On 11/10/2022 at 10:30 PM, BennyCorrigan said: Hi, Thank you for the reply, the website URL is https://dentleslieville.ca/ . I would like the Top rated Dental team section to break to mobile view sooner when desktop screen is adjusted, Thanks Add to Design > Custom CSS /* top rated dental */ @media screen and (max-width:1000px) { .user-items-list-item-container[data-section-id="6287d5a3bab7fb4cfc86798f"] { grid-template-columns: repeat(1,1fr) !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
BennyCorrigan Posted November 15, 2022 Author Share Posted November 15, 2022 Hi Tuanphan, I tried that code but it doesn't seem to have worked. When I reduce the screen width it still displays in columns. See screen shot attached, Thanks,Benny Link to comment
tuanphan Posted November 21, 2022 Share Posted November 21, 2022 On 11/16/2022 at 4:53 AM, BennyCorrigan said: Hi Tuanphan, I tried that code but it doesn't seem to have worked. When I reduce the screen width it still displays in columns. See screen shot attached, Thanks,Benny That code works with screen under 1000px, you can check on real device or adjust number 1000 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment