Martian Posted October 5, 2023 Posted October 5, 2023 (edited) Does anyone know of a way to remove some padding on the sides of the grid-overlay? Adjusting the site padding overall does the trick but ruins the internal pages. Is there away to affect the padding of just the grid pages? I want to line up the grid with my nav (just like my other pages) Appreciate any help, thanks. these two pages: http://www.martiandesign.com https://www.martiandesign.com/play Edited October 6, 2023 by Martian
Martian Posted October 6, 2023 Author Posted October 6, 2023 Well, if anyone is interested, this is the code I got from ChatGPT which worked out pretty good and I'm happy enough with the results unless someone has a better idea: /* Apply styles for desktop screens */ @media screen and (min-width: 1440px) { .collection-type-portfolio-grid-overlay .portfolio-grid-overlay { padding-left: 0px !important; /* Adjust as needed */ padding-right: 0px !important; /* Adjust as needed */ } } jjohansson and tuanphan 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment