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

    (@sealsystems)

    This is probably caused by the theme you are using. If is is displaying the Featured Image with out any adjustment, it will be very large. If you can edit the theme, you can add a width to the CSS for the Featured Image.

    Plugin Author SEALsystems

    (@sealsystems)

    You can also add a tag in your CSS to control the size. Each icon is in a Div tag:

    <div id=”appStore-icon-container”>

    So for example:

    #appStore-icon-container img {
    max-width: 128px;
    max-height: 128px;
    }

    Thread Starter TesterGP

    (@testergp)

    Thank you. I modified my custom theme with your suggestion and it works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Thumbnail for excerpt are much too big’ is closed to new replies.