Sam
(@soumendra)
Hello,
You can try this in your Custom CSS for achieving that:
.entry-thumbnail {
max-width: 100%;
}
Thank you.
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
Sam
(@soumendra)
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.
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
Sam
(@soumendra)
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