text and button position on homepage's image banner - Mobile Layout Adjustment Only

Solved

text and button position on homepage's image banner - Mobile Layout Adjustment Only

lottiediao
Excursionist
26 0 5

Hi there,

I need help adjusting the layout of the homepage for mobile devices. Currently, the heading, paragraph, and button are positioned in the center, covering the background image (see screenshot below).

I’d like them moved to the middle-bottom section where there's blank space. Please ensure this change only applies to the mobile layout and doesn’t affect the desktop version.

 

URL: https://yinheart.com/

Theme: Sense

 

0a474e9e11815eeb3ddc0077f415a5a.jpg

Accepted Solution (1)

Asad-Mahmood
Navigator
300 51 55

This is an accepted solution.

Go to your online store -> edit code -> section-image-banner.css file and paste this code in the end of file

@media screen and (max-width: 749px) {
    .banner__box {
        margin-top: 450px !important;
    }
}
If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp





View solution in original post

Replies 2 (2)

Asad-Mahmood
Navigator
300 51 55

This is an accepted solution.

Go to your online store -> edit code -> section-image-banner.css file and paste this code in the end of file

@media screen and (max-width: 749px) {
    .banner__box {
        margin-top: 450px !important;
    }
}
If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp





lottiediao
Excursionist
26 0 5

You are genius! THANK YOU SO MUCH ❣️