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.
Hello There,
Please share your store URL and Screenshot.
So that I will check and let you know the exact solution here.
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;
}
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;
}
}
Thanks a lot, I was able to move it.
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

