Can I move the Prestige button to the right on the cart page in Shopify?

panos_my
Tourist
6 0 5

Hello, 

Anyone knows how can I change the location of the button? I don't know why but it supposed to be on the right, however it is on the left. 

I want to put it on the right, below price.

Appreciate it, 

Thanks

Panos

Screenshot 2021-11-09 at 19.12.47.png

Replies 7 (7)

KetanKumar
Shopify Partner
36839 3635 11972

@panos_my 

sorry for any issue can you please share store url please?

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
panos_my
Tourist
6 0 5

Hello, sure.

https://www.prosleep.gr/

Thanks

KetanKumar
Shopify Partner
36839 3635 11972

@panos_my 

thanks for url can you please tyr this url

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

span.Cart__Total.Heading.u-h6 {
    display: block;
}
.Cart--expanded .Cart__Checkout {
    width: auto;
    float: right;
    clear: both;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
panos_my
Tourist
6 0 5

Hi, 

Thanks a lot for your time!

It works on desktop view but it affected the mobile. 

On mobile it used to look like this (which is optimal): 

Screenshot_20211110-160653.jpeg

And now it looks like this:

Screenshot_20211110-160738.jpeg

 

Can we resolve this?

Again, thanks for your time!

KetanKumar
Shopify Partner
36839 3635 11972

@panos_my 

yes please add this code 

@media screen and (min-width: 641px) {
span.Cart__Total.Heading.u-h6 {
    display: block;
}
.Cart--expanded .Cart__Checkout {
    width: auto;
    float: right;
    clear: both;
}
}
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
panos_my
Tourist
6 0 5

@KetanKumar 

It works!

Thanks a lot!!

KetanKumar
Shopify Partner
36839 3635 11972

@panos_my 

its my pleasure to help us

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing