After recent updates to both WP and GP, we lost the bottom margin on figure elements.
I’ve temporarily added a CSS rule to add back the 1em default that I think is in WP core, but I need to understand what happened so I don’t do something that ends up getting overwritten with another update. It’s an image heavy site, so any blog post would have a figure element in it that you can check out.
The zero margin on the element is coming from two different rules in this style sheet: https://vulkk.com/wp-content/themes/generatepress/assets/css/main.min.css?ver=3.2.1
Is there a way to globally set margins like this without custom CSS rules?
Also, can you please explain what happened with the updates that would have affected the bottom margin? I want to understand if there is anything I could do/have done to future-proof my work and prevent the client messaging me to tell me his site is slightly borked :/