Hello,
I have unchecked the box where it says ‘enable page title’ in the Page Settings tab, on the ‘Edit a Page’ page. That leaves a space there in place of the title and I have a header image underneath most of these pages, so the space looks unnecessary. Can the space be removed so the header image starts at the top of the page?
taking the space away where the page title is
rinoa3108 Nov 14, 2019 · 10:43 am #13503
Hi, have you un-checked the Header Bottom Margin setting? If that doesn’t help, please, send a link to an example page. Thanks.
rinoa3108 Nov 14, 2019 · 11:43 am #13505
Yes! That was exactly what it was. Thank you!
Super, glad that helped 🙂
rinoa3108 Apr 14, 2020 · 8:58 am #14253
This reply has been marked as private.
Hi, the space is caused by the empty widget title. If you want to hide it using Custom CSS you could add:
.page-id-693 .widget-title:first-of-type {
display: none;
}I recommend adding a CSS comment:
/* Comment */
to explain which page the rule is applied to and what the rule is doing so you know if you come back to it at a later date.
6 posts