Shopify themes, liquid, logos, and UX
Hey there! I'm trying to adjust the featured image size on my website's blog pages but can't seem to find where to do that in the code. I'm using the Kalles theme. The featured image is too large and viewer can barely see the content, so I want it smaller.
Solved! Go to the solution
This is an accepted solution.
Hi @RegenTech,
Please go to Customize > Theme settings > Custom CSS > Add code:
@media (min-width: 1025px) {
.t4s-article-image.t4s-pr {
max-width: 40% !important;
}
}
Hi @RegenTech. Welcome to the Shopify Community!
Please, share the store URL (and the password, if applicable). Would be much easier to debug and solve.
Oh, thanks, this is my link: https://www.regentech-fashion.com/blogs/inspire-me/lyocell-fabric-guide-2025
But how do I share my password with ya, by DMing?
Hi @RegenTech,
Please send the website link, I will check it for you
Hi, this is the link: https://www.regentech-fashion.com
and the blog url: https://www.regentech-fashion.com/blogs/inspire-me/lyocell-fabric-guide-2025
This is an accepted solution.
Hi @RegenTech,
Please go to Customize > Theme settings > Custom CSS > Add code:
@media (min-width: 1025px) {
.t4s-article-image.t4s-pr {
max-width: 40% !important;
}
}
OMG, it works! Thank you so much for your help, but what if I want to adjust all the images of the artice the same height limit.
Hi @RegenTech,
Please change code:
@media (min-width: 1025px) {
.t4s-article-image.t4s-pr,
.t4s-article-content.t4s-rte img {
max-width: 40% !important;
}
}
It’s helpful, thank you so much for your help. Also, I'd like to set the fixed height of top page heading size to 606px, can you help me with that?
Hi @RegenTech,
Please add code:
@media (min-width: 1025px) {
.template-article .header-banner .page-head {
height: 606px;
display: flex;
align-items: center;
}
}
Thank you so much, now i'm using different blog post template, and I want to limit the image slider (parent) height to 606px, only for the blog post, not for the other page. still the same url: https://www.regentech-fashion.com/blogs/inspire-me/lyocell-fabric-guide-2025
Hi @RegenTech,
Please add code:
@media (min-width: 1025px) {
.template-article .t4s-sec-slideshow .t4s-slideshow-inner:before {
padding: 0;
height: 606px;
}
}
It's super helpful. Thank you so much!
Hi @RegenTech,
You're welcome and happy to guide you 😊
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025