vsulzer26 Posted April 23, 2020 Share Posted April 23, 2020 Site URL: https://koala-gazelle-scjb.squarespace.com/config/ When I make css changes for mobile, they work on the mobile version display while I'm editing (pic on left), but they don't show up on my actual mobile device (pic on right). It doesn't do this for all edits, just some. I think it has to do with stacking too many commands, but I don't know enough about code to figure out how to clean it up so I can have all the code work together. I updated my phone and played with different browsers, but none of that worked. I am showing how this doesn't work in this circumstance, but there are others that are a little more complicated. Link to comment
tuanphan Posted April 23, 2020 Share Posted April 23, 2020 Add to LINE 01 in Home > Design > Custom CSS @media screen and (max-width:768px) { body#collection-5e7a65877fff240f38ed9e24 .Main-content { padding-top: 0; } } 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
vsulzer26 Posted April 24, 2020 Author Share Posted April 24, 2020 Yea!! Thank you so much! I figured out another issue similar to this one based on the code you gave me:) I may have another question for a similar issue with devices that's a little more complex. But going to try and fix it by myself based on above code first. Thanks again! Link to comment
vsulzer26 Posted April 24, 2020 Author Share Posted April 24, 2020 @tuanphan ok, so I tried this so many times now, that I am giving up and asking you! same situation where it works on the sqs device mode, but not on my actual phone. the last code on the bottom is my last attempt. I had already changed the alignment of the text to be centered for regular devices, so I think doing @media css on top of it is messing it up. But can't find the right combo of alternate commands.. let me know if you can help, thanks! Link to comment
tuanphan Posted April 25, 2020 Share Posted April 25, 2020 20 hours ago, vsulzer26 said: @tuanphan ok, so I tried this so many times now, that I am giving up and asking you! same situation where it works on the sqs device mode, but not on my actual phone. the last code on the bottom is my last attempt. I had already changed the alignment of the text to be centered for regular devices, so I think doing @media css on top of it is messing it up. But can't find the right combo of alternate commands.. let me know if you can help, thanks! #yui is dynamic ID. Don't use this id. Use #block-yui You can use this tool to find block yui id. https://chrome.google.com/webstore/detail/squarespace-collectionblo/bggpdfnccodbnmcndckmeehdjkjojkde 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
vsulzer26 Posted April 25, 2020 Author Share Posted April 25, 2020 @tuanphan Thanks:) yes, I tried that and it didn't work. that's why I was playing around with different blocks. it does work on sqs device mode, but not on my actual phone.. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.