Shopify themes, liquid, logos, and UX
Return management just got easier! We’ve launched Customer Self-Serve Returns to all Shopify merchants. Click here to learn more!
I have added a CTA button but now want to move it, how would I do this?
Hi,
Could you provide your store URL and tell us new position of the CTA button?
The store is www.swiftyair.com and the position is in the bottom left rn but I want it sorta a bit to the right and middle of the slide
To do it, you can install my free app Custom CSS and add the following code
If you don't want to install the app, you can add the following at the bottom of your assets/styles.scss.liquid or assets/theme.scss.liquid file
.template-index .hero-content__controls {
justify-content: center !important;
margin-left: 100px !important;
}
I have added this but its at the bottom of the page still. How would I move it it up
Also the text doesnt go with the button now I have moved it accross
Hi,
Could you try the following code
.template-index .hero-content-active {
position: static;
}
.template-index .hero-content-active .hero-content__controls {
position: absolute;
right: 0;
top: 50%;
transform: translate(0px, -50%);
justify-content: flex-end;
}
It moves them but all over the place.
User | RANK |
---|---|
134 | |
92 | |
77 | |
69 | |
44 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022