Hi,
I am trying to override some styles in the Nirvana Theme.
Under the Miscellaneous Settings and in the Custom CSS, I put in these to try to override the values in style-frontpage.css:
#pp-texttop, #pp-textmiddle, #pp-textbottom, #front-columns-box, #content {
display: block;
float: none;
clear: both;
padding: 35px 0px;
}
But this does not seem to work, because the padding values being taken is still the one in the style-frontpage.css which is “padding: 75px 0;”
Am I missing something here? Am I doing the right thing? Sorry I am not an expert in CSS.
Thank you for any help.