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!
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024