Move banner text up, see image for details

Solved

Move banner text up, see image for details

flexecommerce
Shopify Partner
19 0 3

Looks fine on desktop mode but for mobile mode I need the text to be moved up so that it is easier to read. Appreciate any help!!

site: horizon-insurance.myshopify.com

pass: safe

flexecommerce_1-1708627094598.png

 

 

Accepted Solution (1)

DigiDecoded
Shopify Partner
162 19 18

This is an accepted solution.

Hey @flexecommerce ,

how are you doing, 

have a look if this is fine then paste this code

 

@media (max-width: 749px) {
.banner__box {
    padding: 1rem 3.5rem;
}
}

DigiDecoded_0-1708629625796.png

 

Danish | Full Stack Developer @ Esire.Inc
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- Hire me for your next task! | Email | WhatsApp | Website

View solution in original post

Replies 3 (3)

DigiDecoded
Shopify Partner
162 19 18

This is an accepted solution.

Hey @flexecommerce ,

how are you doing, 

have a look if this is fine then paste this code

 

@media (max-width: 749px) {
.banner__box {
    padding: 1rem 3.5rem;
}
}

DigiDecoded_0-1708629625796.png

 

Danish | Full Stack Developer @ Esire.Inc
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- Hire me for your next task! | Email | WhatsApp | Website
flexecommerce
Shopify Partner
19 0 3

Perfect! Thank you for your help!!

DigiDecoded
Shopify Partner
162 19 18

It is my pleasure to assist you.

Danish | Full Stack Developer @ Esire.Inc
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- Hire me for your next task! | Email | WhatsApp | Website