Shopify themes, liquid, logos, and UX
Hi, I edited my main hero banner on my 1920*1080, and it look good, but now when I open the store on a smaller screen size it looks completely broken. Can anyone help me fix this ?https://aaba5d-52.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
Hi @Daniel19901
You can add the below css in theme.liquid just before </head>
<style>
@media screen and (min-width: 1025px){
.t4s-hero-image .t4s-hero-inner .t4s-content-wrap.t4s-bg-cl-wrap {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: auto;
}
.t4s-hero-inner .t4s-content-position.t4s-container {
position: relative;
}
}
</style>
Let me know if that help.
Thanks
Sheesh B
This is an accepted solution.
Hi @Daniel19901
You can add the below css in theme.liquid just before </head>
<style>
@media screen and (min-width: 1025px){
.t4s-hero-image .t4s-hero-inner .t4s-content-wrap.t4s-bg-cl-wrap {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: auto;
}
.t4s-hero-inner .t4s-content-position.t4s-container {
position: relative;
}
}
</style>
Let me know if that help.
Thanks
Sheesh B
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025