Wishlist button and cart button missing mobile version

Solved

Wishlist button and cart button missing mobile version

arbeygp
Explorer
52 0 11

Hi guys,

 

I have this issue, on mobile version wishlist button and cart button are missing, on desktop works propertly:

 

My site: https://eltemplodelamoda.com/collections/nuevo-lanzamiento-hombre-mujer/products/804938?variant=4300... 

 

Desktop visual:

desktop.png

Mobile visual, buttons dissapear:

mobile.png 

 

I want to mobile match desktop, thanks to everyone.

Accepted Solution (1)

Ahsan_ANC
Shopify Partner
1398 253 326

This is an accepted solution.

Hi,

You can try this code


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

 

@media only screen and (max-width: 768px){
.button-set.small--hide {
    display: block !important;
    bottom: 0 !important;
}
}
Contact for any custom design? Skype : ahsananc
>Was your question answered? Mark it as an Accepted Solution!
Feel Free to Contact Me at my Email: [email protected]


To enhance and customize Shopify search and filter, I use Boost Product Filter & Search

View solution in original post

Replies 3 (3)

Ahsan_ANC
Shopify Partner
1398 253 326

This is an accepted solution.

Hi,

You can try this code


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

 

@media only screen and (max-width: 768px){
.button-set.small--hide {
    display: block !important;
    bottom: 0 !important;
}
}
Contact for any custom design? Skype : ahsananc
>Was your question answered? Mark it as an Accepted Solution!
Feel Free to Contact Me at my Email: [email protected]


To enhance and customize Shopify search and filter, I use Boost Product Filter & Search
arbeygp
Explorer
52 0 11

@Ahsan_ANC bro you´re amazing, thank you 🤘

basitsardar0
Visitor
3 0 0

I'm getting same problem on minimog 4.1.0 theme. In addition to wishlist, account icon is also not displaying on mobile view. also I cannot find theme.scss.css in edit code. please help me with it.