Archived topic
Where to add CSS from plugin developer?
3 replies · Started by DJ on January 13, 2020
I have a sidebar plugin that is aligned all the way to the left. The plugin developer gave me the following code to add to my customize css to address this issue.
.essbfc-container.essbfc-container-profiles.essbfc-profiles-bar.essbfc-profiles-left {left: 10px !important;}
Where would I place this code in my css? Can I place it anywhere? Do I place it as the last line of code? Any suggestions?
Thanks
DJ
Hi there,
You can add it using one of these methods:
https://docs.generatepress.com/article/adding-css/
If you are already using a child theme then that's the way to go.
If not then the Additional CSS field in the customizer is the easiest.
You can add it at the start or end as it makes no differences :)
no child theme, but I'll add at the end. Thanks Leo
No problem :)