• Resolved ianp1974

    (@ianp1974)


    Hi,

    I am new to WordPress, and I have been able to change the font size and colour of the entry-title text. However, I am now left with a large white area above and below the text.

    I have tried the following to remove the white space above, but have had no luck:

    .singular .entry-title {
    font-size: 24px;
    color: #772341;
    margin-top: 0px;
    }

    I have also tried the margin-top without the px after the 0.

    Does anyone know how I might right the blank space?

    Thanks
    Ian

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Can you please share the URL of the page where the white space issue is located.

    Kind regards,
    Milos

    Thread Starter ianp1974

    (@ianp1974)

    You wouldn’t be able to see it, as it’s out intranet site. However fixed it with:

    .singular .entry-title {
    font-size: 24px;
    color: #772341;
    margin-top: -3.5em;
    }

    Thanks anyway.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I remove the white space above and below the entry title’ is closed to new replies.