Move text and button content down on homepage hero for mobile only.

Solved

Move text and button content down on homepage hero for mobile only.

vincentthegoat
Shopify Partner
2 0 4

Hi,

The text and button elements are locked for the mobile positioning and cannot move.

Screenshot 2025-04-18 at 9.49.55 pm.png

Please help me move it down.

Here is my URL: https://atelier-rue.myshopify.com/
PWD: 12345

Thank you



Accepted Solution (1)

Rahul_dhiman
Shopify Partner
820 155 172

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
110.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

View solution in original post

Replies 4 (4)

Rahul_dhiman
Shopify Partner
820 155 172

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
110.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

Mustafa_Ali
Explorer
391 39 72
<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>

Mustafa_Ali_0-1744978530132.png

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

 

ZestardTech
Shopify Partner
6142 1097 1473

Hello @vincentthegoat ,

 

Here are the steps to apply the necessary changes in your Shopify store:

  1. In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
  2. Locate Asset > base.css and paste the following code at the bottom of the file:
@media screen and (max-width:750px){
.banner__box {
    padding: 2rem 1.5rem !important;
}
}

ZestardTech_0-1744980072148.png

 


Let me know if you need further assistance!

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

DaisyVo
Shopify Partner
4402 488 581

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 

DaisyVo_1-1745027672469.png

 

Best,

DaisyVo

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution