• Hello,

    I have created pages on my website TrinityRelationshipCenter.com but all of them have an extra space between the title ex. ‘Marriage Family’ on the page and the copy. I am unsure if it is a plug-in or what.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • lisa

    (@contentiskey)

    1-share a link to your website so volunteers can take a look at the issue

    2-if you think it might be a plugin-in related issue, deactivate all plug-ins and reactivate 1 by 1 to isolate the problem

    Thread Starter MFTman

    (@mftman)

    The link is TrinityRelationshipCenter.com

    lisa

    (@contentiskey)

    look in your style.css file for .entry-title and add/modify the margin-bottom

    do not edit parent theme file:
    maybe try something like this to remove the big space under the title

    .entry-title {
        font-size: 20px;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;/*add this*/
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Extra space on Zerif Lite pages’ is closed to new replies.