Home › Forums › Jevelin Theme › Remove extra padding in #page-container
Home › Forums › Jevelin Theme › Remove extra padding in #page-container
Hi there,
I am trying to remove the extra white space above my website’s logo on the site, youwishyouhadthis.com. I have added the CSS to change the page-container padding in the edit css section. However, even after I save the new css, the website still shows the original site with the 32px padding, with my added css crossed out when I inspect the element.
Is there a way to override this CSS with the padding that I want?
I hope you are well today and thank you for your question.
This is happening because of CSS specificity so please make your selector more specific as below.
body #page-container { padding-top: 0 !important; }
Best regards,
Shufflehound team