Viewing 6 replies - 1 through 6 (of 6 total)
  • Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS for achieving that:

    .entry-thumbnail {
        max-width: 100%;
    }

    Thank you.

    Thread Starter mariafersay

    (@mariafersay)

    Thank you so much! that worked for width, but the tumbnail border is now extended down, only on mobile. Any idea how to fix that?

    Thx again

    Hello,

    You can try this in your Custom CSS:

    .entry-thumbnail {
        height: 100%;
    }

    Hope that helps you, Fell free to ask if there is any other problem.

    Thank you.

    Thread Starter mariafersay

    (@mariafersay)

    Thank you Sam, that was actually the first thing I tried, as it made sense, but it didn’t work.

    any other suggestion?

    Thanks again

    Hello,

    You can try this instead:

    .entry-thumbnail {
        height: 100% !important;
    }

    Thank you.

    Hi Maria,

    I checked your site and you have been using a site logo way to large and it would be breaking things for you.

    can you use a logo with max width of 980px

    Thanks

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

The topic ‘Thumbnails on mobile.’ is closed to new replies.