SolveigTraeet Posted February 7, 2021 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?
tuanphan Posted February 8, 2021 Posted February 8, 2021 Add to Design > Custom CSS /* Music page top padding */ body#collection-5fef10ee0493bd2827f2e4f0 #page section:first-child { padding-top: 140px !important; } 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!)
SolveigTraeet Posted February 9, 2021 Author Posted February 9, 2021 @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?
tuanphan Posted February 13, 2021 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; } } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.