Shopify themes, liquid, logos, and UX
Hello!
I would like the text within my banner image to break after the word "for" (so that the words 'Modern' are aligned on the left). Any code modifcation suggestions?
https://the-modern-backyard-2023.myshopify.com/
Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Ops! I miss this notification I think.
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
@media screen and (min-width: 750px){
.banner--desktop-transparent .banner__box {
max-width: 75rem;
}
}
</style>
And Save.
If it wont work just add the !important.
<style>
@media screen and (min-width: 750px){
.banner--desktop-transparent .banner__box {
max-width: 75rem !important;
}
}
</style>
Result;
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
I just like to check, but its password protected.
Whoops! Now open...
This is an accepted solution.
Ops! I miss this notification I think.
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
@media screen and (min-width: 750px){
.banner--desktop-transparent .banner__box {
max-width: 75rem;
}
}
</style>
And Save.
If it wont work just add the !important.
<style>
@media screen and (min-width: 750px){
.banner--desktop-transparent .banner__box {
max-width: 75rem !important;
}
}
</style>
Result;
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Fantastic. Thank you!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024