Support » Plugin: Press, News, Events » Title blends in with previous line

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author mattdeclaire

    (@mattdeclaire)

    Hi. This is not an issue with the plugin, but rather with your theme. It looks like the CSS on .meta-info has the information floated without clearing it. So, the title below squeezes up into its space. I’d add this to you stylesheet:

    .meta-info {
    overflow: auto;
    width: 100%;
    }

    Plugin Author mattdeclaire

    (@mattdeclaire)

    I’m going to mark this as resolved.

    Thread Starter cynthia@eonreality.com

    (@cynthiaeonrealitycom)

    Hey Matt,

    Thanks so much for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Title blends in with previous line’ is closed to new replies.