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

Move App Widget to the Right of App Section?

Move App Widget to the Right of App Section?

atmosphaera
Shopify Partner
36 0 8

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?

 

cartpage5.png

 

Theme: Taste V.14
URL: https://www.atmosphaera.co/?_ab=0&_fd=0&_sc=1
Replies 5 (5)

BSS-TekLabs
Shopify Partner
2401 695 835

Hi @atmosphaera,

Can you please share the preview link of the theme you're currently working on so we can help you?

BSSTekLabs_0-1719056767471.png

 

 

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


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
atmosphaera
Shopify Partner
36 0 8

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

Theme: Taste V.14
URL: https://www.atmosphaera.co/?_ab=0&_fd=0&_sc=1
BSS-TekLabs
Shopify Partner
2401 695 835

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?

BSSTekLabs_2-1719060495901.png

 

BSSTekLabs_1-1719060033313.png

 

 

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


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
atmosphaera
Shopify Partner
36 0 8

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!

Theme: Taste V.14
URL: https://www.atmosphaera.co/?_ab=0&_fd=0&_sc=1

BSS-TekLabs
Shopify Partner
2401 695 835

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

BSSTekLabs_0-1719069045043.png

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


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now