Shopify themes, liquid, logos, and UX
Hey, i want the text and button to be fully right besides the candle.
Maybe the button a bit smaller for this and i more lines but shorter.
Can anyone please help me with a code for this!
Appreciate your help!
https://hngie7stvgxkpp3h-85421687108.shopifypreview.com
burtah
Solved! Go to the solution
This is an accepted solution.
Go to base.css (I'm assuming you already know now how to get to files)
Add the following code at the bottom of it:
@media screen and (max-width: 749px) {
div#Banner-template--23673339478340__image_banner_mmm69t .banner__box.content-container.content-container--full-width-mobile {
right: 0 !important;
text-align: right;
width: 60% !important;
}
}
This is an accepted solution.
Go to base.css (I'm assuming you already know now how to get to files)
Add the following code at the bottom of it:
@media screen and (max-width: 749px) {
div#Banner-template--23673339478340__image_banner_mmm69t .banner__box.content-container.content-container--full-width-mobile {
right: 0 !important;
text-align: right;
width: 60% !important;
}
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025