Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Ron Rennick

    (@wpmuguru)

    In your theme stylesheet at about line # 290 is

    h2 {
    float: right;
    margin: 25px 25px 25px 0;
    margin: 2.5rem 2.5rem 2.5rem 0;
    text-align: left;
    font-size: 28px;
    font-size: 2.8rem;
    }

    change the second line to

    /* float: right; */
    Thread Starter WLCullinane

    (@wlcullinane)

    thanks very much. I really like the ease and simplicity of the plug-in thanks for the assistance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘excerpt title and excerpt wrapping incorrectly?’ is closed to new replies.