Shopify themes, liquid, logos, and UX
Hi,
The text and button elements are locked for the mobile positioning and cannot move.
Please help me move it down.
Here is my URL: https://atelier-rue.myshopify.com/
PWD: 12345
Thank you
Solved! Go to the solution
This is an accepted solution.
Hello @vincentthegoat
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> section-image-banner.css
add this code at the end of the file and save.
@media screen and (max-width: 749px) {
.banner:not(.banner--mobile-bottom):not(.email-signup-banner) .banner__box {
top: 3rem !important;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
This is an accepted solution.
Hello @vincentthegoat
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> section-image-banner.css
add this code at the end of the file and save.
@media screen and (max-width: 749px) {
.banner:not(.banner--mobile-bottom):not(.email-signup-banner) .banner__box {
top: 3rem !important;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
<style>
@media screen and (max-width: 767px) {
.banner__box.content-container.content-container--full-width-mobile.color-scheme-0e1e405d-48d6-4762-acc4-048687e553b7.gradient {
top: 2rem !important;
}
}
</style>
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
before the body ----->
if this code work please do not forget to like and mark it solution
Hello @vincentthegoat ,
Here are the steps to apply the necessary changes in your Shopify store:
@media screen and (max-width:750px){
.banner__box {
padding: 2rem 1.5rem !important;
}
}
Let me know if you need further assistance!
Hi @vincentthegoat
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
@media screen and (max-width:768px){
.banner__box {
padding-top: 10px !important;
}
}
Result
Best,
DaisyVo
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025