• How can I tighten up the white space between the title and the text? For example, where it says Services and where the photo and text are? How can we tighten that space there, it looks so off.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, @ashley_c

    Add the following code to Appearance -> Customize -> Additional CSS:

    body:not(.has-archive-description):not(.has-header-image).page .entry-title:after {
        margin: 15px auto 15px;
    }
    
    .page .entry-content {
        margin: 1.8125em auto;
    }

    Thanks for this – I had the same problem and after about a full day of trying and failing to work it out, saw this solution. I wish WordPress theme customisation wasn’t so incredibly difficult!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.