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> Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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> Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. 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