03/14/2019 at 1:06 pm
#487016
Keymaster
@ Thomas
RE: How to override gridder files in child theme?
Here’s the link to the dev doc for template override files.
RE: I was able to do this fine with the default template, but gridder seems a little different?
It does work the same, but since Gridder is more complex due to layout and styling, you might also have to edit the corresponding CSS file. When items within the grid, the default font-size is 0 so white spaces that is auto applied in browsers do not break the layout, so, if you added something which is not account for in the default CSS the first thing to check is if the font-size and/or line-height are 0 and if they are, set them to the desired values, for that item only.
Hope this helps!
