JustinSinger Posted June 9, 2020 Share Posted June 9, 2020 Site URL: https://www.iamjustinsinger.com/ Looking to reduce the padding between my logo and the content on my page just on desktop version. Any ideas? Link to comment
Beyondspace Posted June 15, 2020 Share Posted June 15, 2020 On 6/9/2020 at 10:00 PM, JustinSinger said: Site URL: https://www.iamjustinsinger.com/ Looking to reduce the padding between my logo and the content on my page just on desktop version. Any ideas? <style> .portfolio-hover[data-mode="hover-cover"] .portfolio-hover-items-list { padding-top: 0px; } </style> BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
JustinSinger Posted June 15, 2020 Author Share Posted June 15, 2020 Is there a way to apply this effect to only the desktop version and not mobile? Link to comment
Beyondspace Posted June 16, 2020 Share Posted June 16, 2020 7 hours ago, JustinSinger said: Is there a way to apply this effect to only the desktop version and not mobile? <style> @media screen and (min-width: 992px) { .portfolio-hover[data-mode="hover-cover"] .portfolio-hover-items-list { padding-top: 0px; } } </style> BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.