Please I need help. How can I reduce the white space which is above all pages. I am trying to build a site. I managed to remove the page title and straight line above the pages but the space is too large. site is www.size45.com
Theme is dazzling
Hello there,
I hope you are doing well today.
You can use the following CSS code to reduce the space by going to Appearance > Customize > Additional CSS and pasting it there.
/*Reduce Space*/
#content {
margin-top: 19px;
}
Best Regards,
Support
Okay I had tried out something from the stylessheet. Under content, page-content, entry-content, I changed this
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
to
.page-content,
.entry-content,
.entry-summary {
margin: -2em 0 0;
And it seems to have worked. Thanks
Hello there,
Nice work finding the solution but be aware that when the them updates the style sheet would be affected.
To prevent this, copy the newly edited CSS to Appearance > Customize > Additional CSS.
Best Regards,
Support
Yes that is a good point. I will take note of that and save it. Also, is there a way I can stop auto update of the theme? Is it even on auto update?
Thank you very much
Hello there,
The theme does not auto update unless you manually changed WordPress to make it update or have installed a plugin to change it.
Best Regards,
Support