Shopify themes, liquid, logos, and UX
Hello. I need some help. I'd like to move the Heading text within the Image Banner to the top left. I'd like 'Back Roads Woodworks' to be above the chair on the left. I have searched the help boards for ideas and I have tried several solutions but nothing has worked in terms of editing the theme.liquid code. I must be missing something.
Thanks in advance.
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, try this one.
@media screen and (min-width: 750px) {
.banner__content.banner__content--middle-left {
align-items: flex-start !important;
padding-top: 3rem;
}
.banner--desktop-transparent .banner__box {
padding-top: 0 !important;
}
}
Note: I didnt adjust the mobile screen. Do you want also above the chair or below?
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hey @sonsofsack
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
This is an accepted solution.
Thanks for the info, try this one.
@media screen and (min-width: 750px) {
.banner__content.banner__content--middle-left {
align-items: flex-start !important;
padding-top: 3rem;
}
.banner--desktop-transparent .banner__box {
padding-top: 0 !important;
}
}
Note: I didnt adjust the mobile screen. Do you want also above the chair or below?
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This works great on the desktop. Great work. Thanks. If we could do the same on mobile, that would be great also.
Add this code then, same Instruction.
@media only screen and (max-width: 749px){
.banner .banner__content {
align-items: flex-start !important;
}
}
And save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @sonsofsack
Please, share your store URL. Thanks!
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025