Solved

Debut Theme Hero Banner Text Overlay Adjustment on Desktop without affecting Mobile

LaurenGlacia
Excursionist
29 0 11

Hi,

 

Is there a way to move the text overlay in Debut Theme Hero Banner to the right (instead of center aligned), at the same time without affecting the mobile text overlay?

 

Thank you in advance for your help 🙂

Accepted Solution (1)
Zworthkey
Shopify Partner
5581 642 1567

This is an accepted solution.

@LaurenGlacia 
Paste this code in the theme.scss file.

@media only screen and (min-width: 992px){
.page-width.text-center {
    margin-right: 13% !important;
}
}



View solution in original post

Replies 8 (8)

KetanKumar
Shopify Partner
36843 3636 11978

@LaurenGlacia 

yes please share store url please

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
LaurenGlacia
Excursionist
29 0 11

Hi @KetanKumar,

 

My url is www.laurenglacia.com

 

Thank you for your help 🙂

 

Cheers

 

Zworthkey
Shopify Partner
5581 642 1567

ii, @LaurenGlacia 
Paste this code on top of the theme.scss file.

@media only screen and (min-width: 992px) {
.page-width.text-center {
    float: right !important;
}
}

Thank you.

LaurenGlacia
Excursionist
29 0 11

Hi @Zworthkey ,

 

Thank you for your speedy reply 🙂

It works! But can you give me a further help to how i can adjust the text overlay to slightly left?  As in more margin to the right.  Currently its too far aligned to the right.

 

Thank you in advance!

Zworthkey
Shopify Partner
5581 642 1567

This is an accepted solution.

@LaurenGlacia 
Paste this code in the theme.scss file.

@media only screen and (min-width: 992px){
.page-width.text-center {
    margin-right: 13% !important;
}
}



LaurenGlacia
Excursionist
29 0 11

Hi @Zworthkey,

 

It works great! Thank you so much for your help!! 🙂

Savior
Shopify Partner
537 108 161

@LaurenGlacia 

 

Yes just add margin-right: 110px; in the given @Zworthkey answer, like below: 

@media only screen and (min-width: 992px)
.page-width.text-center {
    float: right !important;
    margin-right: 110px;
}

If helpful then please Like and Accept Solution.

banned
LaurenGlacia
Excursionist
29 0 11

HI @Savior ,

 

Thank you for your reply.  But it doesn't seem to work with the codes you provide.  But i'm equally grateful for your willingness to help 🙂

 

Cheers!