Replace content container on image

Solved

Replace content container on image

balthazar512
Tourist
9 0 2

Hey there, I want to add the links of my content container on the bottom right of my image (next to the text on the bottom left). Is there a possibility to do this?

Thank you!

Screenshot 2025-01-02 at 10.54.40.png



Accepted Solution (1)
DaisyVo
Shopify Partner
4447 495 591

This is an accepted solution.

Hi @balthazar512 

 

I hope you are well. You can follow our instructions below:


1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there

 

Here is the code for Step 3:

 

@media screen and (max-width: 768px){
.banner__content {
    position: absolute !important;
    bottom: 0;
    width: 58%;
    right: 0;
    padding-bottom: 13px !important;
}
.banner__content .banner__box.content-container {
    padding: 0 !important;
}
}

 

image (14).png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 5 (5)

Asad-Mahmood
Shopify Partner
445 80 91

What's your store URL ?

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver




balthazar512
Tourist
9 0 2
ZestardTech
Shopify Partner
6147 1099 1475

Hello @balthazar512 

Could you please provide the password to your store so that I can check it and provide you with the exact solution?

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

DaisyVo
Shopify Partner
4447 495 591

Hi @balthazar512 

 

Could you please share the store link with us?

 

Looking forward to hearing from you soon. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
DaisyVo
Shopify Partner
4447 495 591

This is an accepted solution.

Hi @balthazar512 

 

I hope you are well. You can follow our instructions below:


1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there

 

Here is the code for Step 3:

 

@media screen and (max-width: 768px){
.banner__content {
    position: absolute !important;
    bottom: 0;
    width: 58%;
    right: 0;
    padding-bottom: 13px !important;
}
.banner__content .banner__box.content-container {
    padding: 0 !important;
}
}

 

image (14).png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution