• Resolved Eagle_Fantasy

    (@eagle_fantasy)


    I find that when I choose Featured Images Size to be small, my site look good in laptops but look weird in mobile devices; when I choose Featured Images Size to be large, the opposite happens.

    Is it possible to modify your CSS file so that I can choose small/large Featured Images Size according to device or screen width?

    My site is https://www.uscreditcardguide.com , thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    the following custom CSS allows you to set the “large” Featured Images Size when the screen width is smaller than 1012px (the “small” Featured Images Size has to be selected as a default option):

    @media screen and (max-width: 1012px) {
    #wrapper .post-entry .attachment-post-thumbnail {margin-right: 0; max-width: 100%; width: 100%;}
    }

    Best regards,
    Tomas Toman

    Thread Starter Eagle_Fantasy

    (@eagle_fantasy)

    Thanks! Great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured Images Size’ is closed to new replies.