Forums

[resolved] H1 text in post goes invisible when image is added to post (3 posts)

  1. AspiringIM22
    Member
    Posted 1 year ago #

    My blog can be found at http://www.universalfunding.com/blog
    Recently when I add an image at the top of the post my H1 title goes invisible. If you highlight the gapping space by the image you can see the the text is still there, just crammed together and invisible.

    Any ideas what is causing this? I can't find any other related posts!

    I appreciate any feedback!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Edit style.css and remove:

    1. padding-top: 70px; from:

    h1 {
        margin: 0;
        padding-top: 70px;
    }

    2. color: white; from:

    h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
        color: white;
        text-decoration: none;
    }

    3. .narrowcolumn .entry, from:

    .narrowcolumn .entry, .widecolumn .entry {
        line-height: 1.4em;
    }
  3. AspiringIM22
    Member
    Posted 1 year ago #

    BOOYA.....That took care of it!

    Thanks esmi!!!

    I would never have figured that out on my own!

Topic Closed

This topic has been closed to new replies.

About this Topic