Ancient_Methods Posted December 19, 2020 Share Posted December 19, 2020 Site URL: https://jorgesirvent.com Hello! I have designed my page with the 'Supply' template, and I would like to customize some aspects. The Squarespace colleagues refer me to the forum to discuss my doubts and see possible solutions applying CSS code, an unknown world for me. I would like to know if it would be possible in a simple way to achieve the following: - Delete side banner inside the page, but keeping it in the Index - Bring closer the first navigation and second navigation buttons - Reduce the space between banners - Keep page title fixed in mobile view I attach some images to get a better idea. I trust you can shed some light on me. Thanks in advance Link to comment
tuanphan Posted December 22, 2020 Share Posted December 22, 2020 Hi. Do you still need help with this? 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
tuanphan Posted December 24, 2020 Share Posted December 24, 2020 Q1. Q2. Add to Home > Design > Custom CSS /* nav position */ .lower-header.bottom { position: relative !important; } nav.navigation { margin-bottom: 0; } /* remove thumbnail */ figure#thumbnail { display: none; } Q3. Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .image-block { padding-top: 0 !important; padding-bottom: 0 !important; } } It looks like you sent me an email? 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
Ancient_Methods Posted December 24, 2020 Author Share Posted December 24, 2020 8 hours ago, tuanphan said: It looks like you sent me an email? Yes! We go on there 😉 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.