• Resolved erinsumm

    (@erinsumm)


    Blog excerpt does not fit inside slider. Title font is a bit big too.
    I tried hiding the category and it didn’t work either.
    Help please 🙂

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • anoopranawat

    (@anoopranawat)

    Hello @erinsumm

    As you are using this in sidebar so due to small area, you need to play with some custom css.

    Please add bellow css under custom css section of your theme:

    .wppsac-post-slider h2.wppsac-post-title a {
        font-size: 16px;
        line-height: 16px;
    }
    .wppsac-post-slider .wppsac-sub-content {   
        font-size: 14px;
        font-weight: normal;
        line-height: 15px;
    }

    Also to content the excerpt let please use the shortcode parameter : content_words_limit="15"

    To hide the category name please use the parameter: show_category_name="false"

    Note: please do not copy and paste parameter directly. Its better to write them manually.

    Please let me know if there is anything 🙂

    Thread Starter erinsumm

    (@erinsumm)

    Thank you!!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Content doesn’t fit inside slider’ is closed to new replies.