Shopify themes, liquid, logos, and UX
hey guys so I just finished the majority of my store now I’m just working on final touches so I’ve been trying to edit my theme I chose the refresh theme and everything looks great on desktop but then when I click mobile the image and the banner separate
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, i adjust it in more smaller screen.
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 749px){
.slideshow__text.banner__box.content-container.content-container--full-width-mobile {
position: fixed;
background: transparent;
bottom: 150px;
}
}
@media only screen and (max-width: 460px){
h2.banner__heading.inline-richtext.h0 {
font-size: 35px;
}
.slideshow__text.banner__box.content-container.content-container--full-width-mobile {
bottom: 100px;
}
}
@media only screen and (max-width: 335px){
h2.banner__heading.inline-richtext.h0 {
font-size: 30px;
}
.slideshow__text.banner__box.content-container.content-container--full-width-mobile {
bottom: 80px;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Mlanci
Do you mean the text and the image are separate on mobile view? Would you mind to share your store URL? Thanks!
Thanks for your response and yes that’s exactly what I mean and I’ll send the link below
This is an accepted solution.
Thanks for the info, i adjust it in more smaller screen.
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 749px){
.slideshow__text.banner__box.content-container.content-container--full-width-mobile {
position: fixed;
background: transparent;
bottom: 150px;
}
}
@media only screen and (max-width: 460px){
h2.banner__heading.inline-richtext.h0 {
font-size: 35px;
}
.slideshow__text.banner__box.content-container.content-container--full-width-mobile {
bottom: 100px;
}
}
@media only screen and (max-width: 335px){
h2.banner__heading.inline-richtext.h0 {
font-size: 30px;
}
.slideshow__text.banner__box.content-container.content-container--full-width-mobile {
bottom: 80px;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hey I followed all your steps but it just seems to have cropped the bottom off the image I’m not sure if I may of put it in the wrong place but I did put it in the asset folder like instructed
Never mind I found my error I did t copy it properly thanks a lot for the help
Hey I just had one more question now that that’s working good now everything that’s on the image disappears when I look at the site on my phone
In Canada, payment processors, like those that provide payment processing services t...
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