Shopify themes, liquid, logos, and UX
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 |
---|---|
72 | |
65 | |
55 | |
54 | |
42 |
As a business owner, have you ever wondered when your customer's first impression of yo...
By Skye Jun 6, 2023We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023