Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    It appears you (someone) put a 400px bottom margin on H1 elements:

    View post on imgur.com

    Try

    h1.entry-title {
        margin-bottom: 1em;
    }

    To add CSS:

    • If you are using WordPress 4.7 or later, use the “Additional CSS” option in the customizer.
    • If your theme has a custom CSS option, use that to add the CSS shown above.
    • If not, install the plugin Simple Custom CSS.

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter kath_eck

    (@kath_eck)

    Dear Steve

    Thank you for your response, I did change the margin there and it didn’t make a difference.

    It turned out I needed to disable the titles in my Elementor plugin I had running.

    Thanks for your help ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I want to hide titles / get rid of gap’ is closed to new replies.