I have to change a twitter widget padding px. I added css code to Custom CSS Code section but not accepted by browser. Not worked. I added the same code footer area, worked.
The code is :
<style>
#footer-outer #footer-widgets .col p {
padding-bottom: 1px;
</style>
I think the "Custom CSS" section there is a problem with.
Hello,
I have to change a twitter widget padding px. I added css code to Custom CSS Code section but not accepted by browser. Not worked. I added the same code footer area, worked.
The code is :
I think the "Custom CSS" section there is a problem with.
Best regards
Hey Murat!
Could you try adding !important and check if your css rule is not getting overwritten . I just tested and the custom css buttons seem to work alright.
Thanks
ThemeNectar Support Team
:) Yes working. Thank you so much.