Shopify themes, liquid, logos, and UX
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 🙂
Solved! Go to the solution
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;
}
}
yes please share store url please
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.
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!
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;
}
}
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.
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!
User | RANK |
---|---|
155 | |
127 | |
80 | |
73 | |
69 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023