Re: Image with text overlay - Debut Theme

Solved

How can I shift text to the left of an image in Debut Theme?

Peekaboo
Tourist
9 0 5

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.

Accepted Solutions (2)

KetanKumar
Shopify Partner
37282 3652 12088

This is an accepted solution.

@Peekaboo 

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

KetanKumar_0-1607583256755.png

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

KetanKumar
Shopify Partner
37282 3652 12088

This is an accepted solution.

@Peekaboo 

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;
}
}
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 14 (14)

oscprofessional
Shopify Partner
16116 2410 3126
.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

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free
JenaSunn
Explorer
47 0 11

 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. 

css_image text overlay.jpg

KetanKumar
Shopify Partner
37282 3652 12088

@JenaSunn 

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.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
JenaSunn
Explorer
47 0 11

Hi, thanks for your quick reply. 

https://finamari.com/

Thank you.

KetanKumar
Shopify Partner
37282 3652 12088

@JenaSunn 

thanks for the details is this fine?

KetanKumar_0-1616496140771.png

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
JenaSunn
Explorer
47 0 11

Hi, could you move it a little more to the right.  Something like this placement (see image). Thanks a lot!

 

hot-wild-hero-img2.png

KetanKumar
Shopify Partner
37282 3652 12088

@JenaSunn 

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;}
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
JenaSunn
Explorer
47 0 11

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!

 

hot-wild-hero-img2.png

KetanKumar
Shopify Partner
37282 3652 12088

This is an accepted solution.

@Peekaboo 

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

KetanKumar_0-1607583256755.png

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Peekaboo
Tourist
9 0 5

that works, thank you so much!

Peekaboo
Tourist
9 0 5

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.

image.png

KetanKumar
Shopify Partner
37282 3652 12088

This is an accepted solution.

@Peekaboo 

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;
}
}
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Peekaboo
Tourist
9 0 5

Thank you @KetanKumar  !

KetanKumar
Shopify Partner
37282 3652 12088

@Peekaboo 

Thanks for your feedback and support.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing