JustinSinger Posted June 15, 2020 Share Posted June 15, 2020 Site URL: https://www.iamjustinsinger.com/ Looking to reduce the padding on my header but ONLY on desktop version. NOT mobile. This code works but it applies it the mobile site as well and I want it to apply to just the desktop version. <style> .portfolio-hover[data-mode="hover-cover"] .portfolio-hover-items-list { padding-top: 0px; } </style> Link to comment
tuanphan Posted June 15, 2020 Share Posted June 15, 2020 Use this <style> @media screen and (min-width:768px) { .portfolio-hover[data-mode="hover-cover"] .portfolio-hover-items-list { padding-top: 0px; } } </style> 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment