I am trying to remove the white space at the top of my WordPress website.
https://www.productlondondesign.com/
I have tried to inspect the page and figure out what is causing it to remove it via style.cc but I can’t get anything to work.
I am trying to remove the white space at the top of my WordPress website.
https://www.productlondondesign.com/
I have tried to inspect the page and figure out what is causing it to remove it via style.cc but I can’t get anything to work.
2
Answers
The issue is that your container has a padding:
Just add this up in the "Additional CSS" section of the customizer i.e., https://i.imgur.com/i2XESAl.png
https://www.productlondondesign.com/wp-admin/customize.php
Please mark this answer as solved/accepted if it helps.
Regards
The problem is your HTML, there is an empty P inside main content. this P push content down
If you remove it (or display none or remove margin) it fixes the problem
Also, try to learn how to use the inspector so you can find those issues, this kind of problem may not go well on stack overflow