Solved

Flow theme:How to move a CTA button

doubtabouttheme
Tourist
8 1 0

On my website, I have a button that needs to be move but am unable to move it. I can not seem to find the right code to change in the folder. Any help would be appreciated.

Accepted Solution (1)
Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

hello @doubtabouttheme 

you can add this code bottom of custom.css file 

@media screen and (min-width: 789px){
.homepage-featured-content-box.slideshow-mobile-image-content {
position:absulate;
top: 95%!important;
right: 45%!important;
}
}

 

View solution in original post

Replies 7 (7)

ZestardTech
Shopify Expert
5393 970 1291

Hello There,

Please share your store URL and Screenshot.
So that I will check and let you know the exact solution here.

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
doubtabouttheme
Tourist
8 1 0

ojas-shop-ayurveda.myshopify.com- this is the URL for the site. 

Screenshot 2021-07-26 at 4.03.15 PM.png

 

ZestardTech
Shopify Expert
5393 970 1291

Hello There,

1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme-index.min.css and paste this at the bottom of the file:

.homepage-featured-content-box.slideshow-mobile-image-content {
top: 96%!important;
right: 43%!important;
}
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
doubtabouttheme
Tourist
8 1 0

Screenshot 2021-07-26 at 6.37.11 PM.png

 

Hi,

I added it but nothing has changed.

Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

hello @doubtabouttheme 

you can add this code bottom of custom.css file 

@media screen and (min-width: 789px){
.homepage-featured-content-box.slideshow-mobile-image-content {
position:absulate;
top: 95%!important;
right: 45%!important;
}
}

 

doubtabouttheme
Tourist
8 1 0

Thanks a lot, I was able to move it.

 

StevenS99
Visitor
1 0 0

Hello! I have the same problem. I can't move the CTA button from my "image with text overlay". How to move it to the bottom