[Resolved] taking the space away where the page title is

  • Author
    Posts
  • #13503

    rinoa3108
    Participant

    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?

    #13504

    Andrew Misplon
    Keymaster

    Hi, have you un-checked the Header Bottom Margin setting? If that doesn’t help, please, send a link to an example page. Thanks.

    #13505

    rinoa3108
    Participant

    Yes! That was exactly what it was. Thank you!

    #13506

    Andrew Misplon
    Keymaster

    Super, glad that helped 🙂

    #14253

    rinoa3108
    Participant
    This reply has been marked as private.
    #14255

    Andrew Misplon
    Keymaster

    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.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Scroll to top