olefredrik / FoundationPress

FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
https://foundationpress.olefredrik.com
MIT License
2.71k stars 871 forks source link

Changing gutter widths in specific area #1360

Open pcross1986 opened 5 years ago

pcross1986 commented 5 years ago

I am using Foundationpress theme, specifically for Wordpress, using the Foundation framework(version 6.4.3, using the X-Y Grid. I know how to change the column gutter width in the _settings sass file. However, on a specific page, where a gallery shows(using the block grid), I do not need the gutters to be so small. I only want to change the gutter widths in that area. How can I change the gutter width ONLY for those cells in the particular block grid?

derweili commented 5 years ago

You can use the xy-gutters mixing.

https://foundation.zurb.com/sites/docs/xy-grid.html#xy-gutters

derweili commented 5 years ago

Do you need further assistance?

pcross1986 commented 5 years ago

Thank you for your help