Shopify themes, liquid, logos, and UX
Hello, I am trying to shift the text to the left of the image? How can I do that?
https://peekaboo-play-box.myshopify.com/
pw: auweey
Thanks in advance.
Solved! Go to the solution
This is an accepted solution.
Thanks for post
Welcome to the Shopify community!
and Thanks for your Good question.
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
.hero__inner .page-width.text-center {
text-align: left !important;
max-width: 500px;
margin: 0;
}
.hero__inner .rte-setting.mega-subtitle {
max-width: 100%;
}
After this code view
This is an accepted solution.
Thanks for post
@media only screen and (max-width: 749px) {
.hero__inner .page-width.text-center {
max-width: 330px;
}
.hero__inner .page-width.text-center h2.h1.mega-title {
font-size: 24px;
}
.hero__inner .rte-setting.mega-subtitle {
font-size: 15px;
}
}
.page-width.text-center {
width: 44%;
float: left;
margin: 0;
}
Hello
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
Hi, I have the same issue and I copied this code but it's not working, text is still in the middle of the image. Here's a screenshot of my code. Please help.
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!😊
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
thanks for the details is this fine?
Hi, could you move it a little more to the right. Something like this placement (see image). Thanks a lot!
Yes, please add this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
@media only screen and (min-width: 750px) {
.hero__inner .page-width {float: right;}
}
Hi @KetanKumar, it worked! 🙂
One last thing though, I forgot to ask maybe you could help me too on how I can remove the opacity so I can have my image like this vivid. Thanks so much!
This is an accepted solution.
Thanks for post
Welcome to the Shopify community!
and Thanks for your Good question.
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
.hero__inner .page-width.text-center {
text-align: left !important;
max-width: 500px;
margin: 0;
}
.hero__inner .rte-setting.mega-subtitle {
max-width: 100%;
}
After this code view
that works, thank you so much!
Hi @KetanKumar, while viewing in mobile view the text are over the image, how can I move the text up & change to smaller font size?
Thanks you in advance.
This is an accepted solution.
Thanks for post
@media only screen and (max-width: 749px) {
.hero__inner .page-width.text-center {
max-width: 330px;
}
.hero__inner .page-width.text-center h2.h1.mega-title {
font-size: 24px;
}
.hero__inner .rte-setting.mega-subtitle {
font-size: 15px;
}
}
Thanks for your feedback and support.
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