- This topic has 5 replies, 2 voices, and was last updated 4 years, 7 months ago by Andrew Misplon.
- AuthorPosts
- November 14, 2019 at 10:43 am #13503
rinoa3108ParticipantHello,
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?November 14, 2019 at 10:49 am #13504
Andrew MisplonKeymasterHi, have you un-checked the Header Bottom Margin setting? If that doesn’t help, please, send a link to an example page. Thanks.
November 14, 2019 at 11:43 am #13505
rinoa3108ParticipantYes! That was exactly what it was. Thank you!
November 14, 2019 at 1:31 pm #13506
Andrew MisplonKeymasterSuper, glad that helped 🙂
April 14, 2020 at 8:58 am #14253
rinoa3108ParticipantThis reply has been marked as private.April 14, 2020 at 2:47 pm #14255
Andrew MisplonKeymasterHi, 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.
- AuthorPosts
You must be logged in to reply to this topic.