VictoriaNguyen Posted June 28, 2020 Share Posted June 28, 2020 Site URL: https://www.ocpmask.com/kid site: https://www.ocpmask.com/kid I need help in turning off Mobile View on this page when customers are visiting from their smartphone (Which is 90% of my traffic). I have a lot of products to sell as you can see there. When on mobile view, it shows 1 product at a time and the customers would have to scroll, making it very slow and unfriendly. I want the customers to be able to see an overview off all my products, then pinch-to-zoom or click on whatever they like. I tried to follow the instructions from Squarespace but there is not option to turn off mobile view on my template. I think it's not possible in 7.1 design. @tuanphan Please Help! Cam on ban nhieu nhe 😘😊 Link to comment
tuanphan Posted June 28, 2020 Share Posted June 28, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .products.collection-content-wrapper .list-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-row-gap: 10px; grid-column-gap: 10px; } } VictoriaNguyen 1 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
VictoriaNguyen Posted June 28, 2020 Author Share Posted June 28, 2020 This is EXACTLY what i need! thank you so much for the help Tuan! you're amazing! Link to comment
AnthonySegura Posted May 16, 2021 Share Posted May 16, 2021 On 6/27/2020 at 10:11 PM, tuanphan said: Add to Home > Design > Custom CSS could someone help me make my mobile site look more like my desktop as well? www.revcoffeecompany.com On 6/27/2020 at 10:11 PM, tuanphan said: @media screen and (max-width:767px) { .products.collection-content-wrapper .list-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-row-gap: 10px; grid-column-gap: 10px; } } Link to comment
tuanphan Posted May 20, 2021 Share Posted May 20, 2021 On 5/17/2021 at 5:51 AM, AnthonySegura said: could someone help me make my mobile site look more like my desktop as well? www.revcoffeecompany.com Each page needs a different code. Can you describe the desired layout on each page? We can check easier 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
Bobface Posted October 19, 2021 Share Posted October 19, 2021 Hi, I also want to keep the vast majority of my site optimized for mobile but to have my photo blog pages appear the same as they do on the desktop. It might be nice to not have the sidebar cluttering up the side of the screen on mobile, but that's not as important as having the rest of the page look the same as it does on desktop. Right now, the arrangement of my photos/captions gets messed up because they all become stacked vertically. Ideally I'd look to be able to use this same code for future blog posts as well. Here is the page: https://www.skagitfilm.com/nicktphotos/photos2 Thank you very much for your help! Nick Link to comment
ChonkyBoi Posted June 2, 2022 Share Posted June 2, 2022 Hi Tuan, I am having the same troubles and was wondering if you might be able to help. We are looking to disable Mobile View on the page 'The Yum Yums'. Please see the link below: https://www.chonkyboiyumyums.com/new-index Thank you so so much! Link to comment
tuanphan Posted June 2, 2022 Share Posted June 2, 2022 27 minutes ago, ChonkyBoi said: Hi Tuan, I am having the same troubles and was wondering if you might be able to help. We are looking to disable Mobile View on the page 'The Yum Yums'. Please see the link below: https://www.chonkyboiyumyums.com/new-index Thank you so so much! For main content only or both main content, header, footer? 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
tomschwimmbeck Posted July 7, 2022 Share Posted July 7, 2022 Hi Tuan, I also need to change the mobile view on my page so it shows 3 images in a row rather than just 1, please could you try and figure this out, thank you! (Or alternatively disable the mobile view on the main content) www.tomschwimmbeck.com/work Link to comment
tuanphan Posted July 7, 2022 Share Posted July 7, 2022 5 hours ago, tomschwimmbeck said: Hi Tuan, I also need to change the mobile view on my page so it shows 3 images in a row rather than just 1, please could you try and figure this out, thank you! (Or alternatively disable the mobile view on the main content) www.tomschwimmbeck.com/work I think 2 will be better Add to Design > Custom CSS @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="628d7c64e18b52733ac1d64c"] { grid-template-columns: repeat(3,1fr); grid-gap: 5px 5px !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
tomschwimmbeck Posted July 7, 2022 Share Posted July 7, 2022 4 hours ago, tuanphan said: I think 2 will be better Add to Design > Custom CSS @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="628d7c64e18b52733ac1d64c"] { grid-template-columns: repeat(3,1fr); grid-gap: 5px 5px !important; } } Thank you so much! Is there anyway the buttons could also be made smaller as now they are the same size of the blocks, but I want them to be a bit smaller, thank you Link to comment
tuanphan Posted July 8, 2022 Share Posted July 8, 2022 19 hours ago, tomschwimmbeck said: Use this new code @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="628d7c64e18b52733ac1d64c"] { grid-template-columns: repeat(3,1fr); grid-gap: 5px 5px !important; } .user-items-list-item-container[data-section-id="628d7c64e18b52733ac1d64c"] a.list-item-content__button { padding-left: 10px !important; padding-right: 10px !important; padding-top: 5px !important; padding-bottom: 5px !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
tomschwimmbeck Posted July 11, 2022 Share Posted July 11, 2022 Perfect, thank you so much Link to comment
SoundsAboutPod Posted November 14, 2022 Share Posted November 14, 2022 Hi I have the same problem. Very happy with the desktop layout of my page but the mobile is terrible. I have tried to change this but have no luck. could you please provide me with a code that will allow the desktop and mobile versions of my website to look the same? www.soundsaboutpod.com Link to comment
paul2009 Posted November 14, 2022 Share Posted November 14, 2022 42 minutes ago, SoundsAboutPod said: Very happy with the desktop layout of my page but the mobile is terrible. You do not need code. You are using Squarespace's latest editor known as Fluid Engine and when you've designed your desktop layout, you click the mobile preview button (top-right) and then move and resize the mobile layout to meet your needs. It is completely independent of the desktop layout. There's a support guide if you need further details. Did this help? Please give feedback by clicking an icon below ⬇️ About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
SoundsAboutPod Posted November 14, 2022 Share Posted November 14, 2022 is there a way i can just have both looking the same. i have tried editing the mobile version to look as palatable and similar to the desktop version of the site and it really isnt working Link to comment
SoundsAboutPod Posted November 14, 2022 Share Posted November 14, 2022 i tried resizing in mobile and it effected the desktop app. Link to comment
tuanphan Posted November 19, 2022 Share Posted November 19, 2022 On 11/15/2022 at 5:19 AM, SoundsAboutPod said: i tried resizing in mobile and it effected the desktop app. Can you take a quick video when you try resize it? We can check easier 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
CreatorHaleyMorris Posted December 16, 2022 Share Posted December 16, 2022 I also want to turn off my mobile option! https://themotherscircle.squarespace.com 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