Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello, I want to move the app widget that I have circled in blue over to the right to align with the "ceheckout now" purple button. How might one do this?
Hi @atmosphaera,
Can you please share the preview link of the theme you're currently working on so we can help you?
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Oh! I didn't know I could do that. I appreciate the help so much. I'm trying to learn coding but it's too hard and too much when I run a business. Here you go: https://www.atmosphaera.co/?_ab=0&_fd=0&_sc=1
Hi @atmosphaera,
Sorry for not providing you with enough steps to share the store preview link. But can you please follow these steps to share the preview link?
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
I was having trouble with it so I went ahead and published the page I am working on for now. Just go to www.atmosphaera.co and it will take you there!
Hi @atmosphaera,
You can follow these steps to make the app widget to the right and align with the checkout button
1. Open Online Store > Theme > Edit Code
2. Find and open base.css (or theme.css, custom.css, styles.css) file
3. Paste the code snippet below to the bottom of the file and hit save
.shopify-planet-banner-v2-container.buyer-contribution.shopify-planet-banner-v2-initialized {
justify-content: end;
}
And here is the result
Hope this helps you solve the issue.
Please don't forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page