happyscone Posted September 23, 2021 Share Posted September 23, 2021 Site URL: https://cone-tuna-x47f.squarespace.com/ I created some tabs on the Services page with this code tutorial: https://www.will-myers.com/articles/adding-simple-tabs-to-your-website-in-squarespace-71-and-70 Unfortunately, it did not render well for Mobile and the tabs were cutting off. I managed to alter the code so that the tabs did not cut off, but now there is a big chunk of padding above that is technically the code block itself... wanted to see if anyone had any thoughts on how to adjust this? https://cone-tuna-x47f.squarespace.com/ pw: haircare Link to comment
tuanphan Posted September 24, 2021 Share Posted September 24, 2021 Can you share link to page in screenshot? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
happyscone Posted September 29, 2021 Author Share Posted September 29, 2021 @tuanphan you can see this here: https://www.revampsalonsf.com/services Link to comment
tuanphan Posted October 3, 2021 Share Posted October 3, 2021 On 9/30/2021 at 12:25 AM, happyscone said: @tuanphan you can see this here: https://www.revampsalonsf.com/services Try adding to Design > Custom CSS /* white padding above tabs */ @media screen and (max-width:767px) { .tabs-container { margin-top: -100px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.