Archived topic
Premium plugin setting for paddings and margins not overriding style.css
8 replies · Started by Steven on July 5, 2017
The topic title is pretty self explanatory. I cant figure out why the margin and paddings in the premium plugin add on do not set themselves as !important. The style.css file is overriding any adjustments. Whats the deal, am I missing a setting? Thanks
Hi there,
Are you using a child theme?
Hi Leo, yes I sure am, is that why?
I just activated the parent theme and it works. Thank you. Is there a line of code I need to keep the child theme and have the plugin still work? Thanks again!
This may be it. I removed this from the top of my child theme and it appears to take the plugin's adjustments.
@import url("../generatepress/style.css");
This should help: https://docs.generatepress.com/article/child-theme-issues/#import
Yup you got it!
Thank you, lol :-)
No problem!