Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Shareaholic

    (@shareaholic)

    Hi frogs4ever! What size are you looking to make them? Also, can you point us to your site so we can take a look at the CSS? thanks!

    Thread Starter frogs4ever

    (@frogs4ever)

    I’m looking for something smaller than what they are now.

    Frog’s Lilypad

    Thanks for the quick response.

    Plugin Author Shareaholic

    (@shareaholic)

    @frogs4ever Do you want the thumbnails to be smaller or the text?

    Thread Starter frogs4ever

    (@frogs4ever)

    The thumbnails would be great.

    Plugin Author Shareaholic

    (@shareaholic)

    To customize, add the following to the <head> section of your website’s template or to the CSS stylesheet:

    1) To customize / override the default font size of the titles:

    <style type="text/css">
    .shareaholic-recommendations-container .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link .recommendation-article-title {
        font-size: 14px;
    }
    </style>

    2) To customize / override the default height of the thumbnails:

    <style type="text/css">
    .shareaholic-recommendations-container .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link i.shareaholic-image {
        height: 80px !important;
    }
    
    .shareaholic-recommendations-container.card .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link {
        min-height: 165px !important;
     }
    </style>

    Note: Please keep in mind that utlizing any custom CSS can affect the responsiveness of the boxes, ie. they may no longer be perfectly rendered on mobile and across devices. We optimized the pre-configured sizes to render across devices and screen sizes perfectly!

    Thread Starter frogs4ever

    (@frogs4ever)

    Thank you, that worked!

    Plugin Author Shareaholic

    (@shareaholic)

    You’re welcome! ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Related Content Box Size’ is closed to new replies.