Custom css not overriding
-
Hello everyone, I have a problem with the footer-widgets, all the other commands override the style.css.
Here the custom code:
.site-info:before {
content: “Copyright 2016 NR Design – All Rights Reserved ?”;
width: 100%;
margin-top: 0;
}
.entry-footer{
margin-top: 0;.page-wrap,
#content .content-wrapper{
padding-top: 10 !important;
padding-bottom: 0 !important;
}
#main > .hentry{
padding-bottom: 0 !important;
}
CODE NOT OVERRIDING:
.footer-widgets {
padding: 30px 0; !important;
background-color: #252525;
}Other information: Theme Sydney
Website: https://www.ruggia.net/mobile
I’ve changed the value of the padding of the .footer-widget in the style.css and it worked.
I am using a child theme.
Thank you in advance for your helphttps://www.ads-software.com/plugins/custom-css-manager-plugin/
- The topic ‘Custom css not overriding’ is closed to new replies.