Archived topic
Possible Bug With Paragraph Margin When Using LGC
5 replies · Started by David Sutherland on March 16, 2017
Hello Tom... Might of discovered a bug. It seems that the Paragraph Margin controls don't work on paragraphs inside columns made with Lightweight Grid Columns. See screenshot.

Hope This Is Helpful,
Dave
Hi there,
This is due to the LGC paragraphs having a more specific class than GP.
You can adjust it manually like this:
.lgc-column p {
margin-bottom: 1.5em;
}
Got it... But do really like the ease of use with how you have things set up with the customizer, great job.
Any plans to more seamlessly integrate LGC so this type of issue would be resolved?
Most likely not - it would require adding the specific CSS selectors for LGC into the theme, which would contribute to bloat (not everyone uses LGC).
That being said, removing the custom paragraph margin from LGC so the theme handles it might be something I will do.
Thanks Tom... The LGC approach is so clean and simple, further integration would just be the icing on the cake.
Kind Regards,
Dave
Appreciate the suggestion! :)