SolveigTraeet Posted February 7, 2021 Share Posted February 7, 2021 Site URL: https://caper-badger-3s6d.squarespace.com/music Password: home I wish to move the round photo on ''music'' page closer to site logo (remove the padding at top of section). Can anyone help me? Link to comment
tuanphan Posted February 8, 2021 Share Posted February 8, 2021 Add to Design > Custom CSS /* Music page top padding */ body#collection-5fef10ee0493bd2827f2e4f0 #page section:first-child { padding-top: 140px !important; } SolveigTraeet 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
SolveigTraeet Posted February 8, 2021 Author Share Posted February 8, 2021 @tuanphan Thank you! Link to comment
SolveigTraeet Posted February 9, 2021 Author Share Posted February 9, 2021 (edited) @tuanphan Is there a one code to move the round photo at top of all pages closer (reduce padding) to site logo? I'd rather not target one page at a time, it will take a lot of coding and space to do so. Can you help me with a code that will apply to all my pages? Edited February 10, 2021 by SolveigTraeet Link to comment
tuanphan Posted February 13, 2021 Share Posted February 13, 2021 On 2/9/2021 at 8:39 PM, SolveigTraeet said: @tuanphan Is there a one code to move the round photo at top of all pages closer (reduce padding) to site logo? I'd rather not target one page at a time, it will take a lot of coding and space to do so. Can you help me with a code that will apply to all my pages? Try this new code @media screen and (min-width:768px) { /* top padding */ #page section:first-child { padding-top: 140px !important; } } SolveigTraeet 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
SolveigTraeet Posted February 13, 2021 Author Share Posted February 13, 2021 @tuanphan Thank you! 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