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!
The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024