Wanted to use a custom css option, instead of modifying the source code.Is there any possibility to override these css values please ?
@media only screen and (min-width: 40.063em) {
.footer-fixed #wrapper [role="main"] {
padding: 80px 60px 60px;
}
}
not to sure how to apply !important in order to have :
@media only screen and (min-width: 76.5625em) {
.footer-fixed #wrapper [role="main"] {
padding: 80px 8px 20px 30px;
}
}
thank you,