Move image banner text, heading and button - mobile only

Solved

Move image banner text, heading and button - mobile only

ads18922
Trailblazer
197 0 62

hello, i want to move my image banners text, heading and button lable so that it is lower down:

Screenshot 2025-01-28 at 16.55.20.png

this is my website, as you can see the text, heading and button label are in the centre. I would just like to move it so that its slightly lower down. my website is www.antico-abito.com , password is chasha , theme is dawn

Accepted Solution (1)

Moeed
Shopify Partner
7711 2071 2553

This is an accepted solution.

Hey @ads18922 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
.banner__content {
    align-items: end !important;
}
}
</style>

RESULT:

Moeed_0-1738083631430.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

 

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
7711 2071 2553

This is an accepted solution.

Hey @ads18922 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
.banner__content {
    align-items: end !important;
}
}
</style>

RESULT:

Moeed_0-1738083631430.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

 

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications