Hey Andrew!
Thanks for your CSS editing warning.
I am aware that this can give problems but it seems that my custom CSS refuses to override the main CSS.
I have tried:
.panel-row-style { padding-top: 0}
and:
padding-top: 0;
Also:
.layout-full .panel-row-style.panel-row-style-wide-grey,
.layout-full .panel-row-style.panel-row-style-full-width {
margin: 0 -1000px;
padding: 1px 1000px 1px 1000px !important;
}
with and without “!important”, but nothing seems to affect my issue.
If there are any further suggestions, I’d be happy to listen.
Thanks for your superb backup service.
Regards,
Harold Lak
URL: http://hbof.org
Hi Harold
There are a few reasons Custom CSS might lose out to theme or plugin CSS. Mostly it’s about specificity. The original rule might be more specific. It can also be about order, if the style is being inserted after our Custom CSS then our Custom CSS loses.
If there is anything else you need a hand with, please, let me know.