Hi. I’m using the Lightweight Grid Columns plugin in combination with the Generate Press theme. To be exact, I’m using a child theme with a few css overrides. The LGC plugin adds left and right padding which I didn’t want, so I overrode that by wrapping the grid in a container with -10px left and right margin. Was that the best way to do it?
Also, I have a column that contains both paragraphs and h3 tags. The theme puts margins at the bottom of all paragraph and heading tags, but the grid flips the margin from the bottom to the top of the paragraph tag. This eliminates the space between paragraphs in the grid and the h3 tag (or any other tag that follows a paragraph). Is there a simple way to add the spacing without a bunch of css overrides?
Thank you!