Martian Posted October 5 Share Posted October 5 (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 by Martian Link to comment
Martian Posted October 6 Author Share Posted October 6 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 */ } } tuanphan 1 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