Solved

Wokiee template - mobile site does not show descriptions

abcdefgty
Tourist
5 0 2

Wokiee template - product descriptions are not showing on mobile site. 
https://diallure.myshopify.com/products/link-ring-optimize-work chrome shows it fine on computer.

On mobile devices the description is not showing.

 

Accepted Solution (1)

gr_trading
Shopify Partner
1687 141 174

This is an accepted solution.

Hi @abcdefgty ,

 

Please use below CSS

@media (max-width: 767px){
.container-fluid-mobile .row:first-child > *[class^="col-"].hidden-xs{display:flex; order:1;}

.container-fluid-mobile .row:first-child > *[class^="col-"].hidden-xs .tt-product-vertical-layout{display:none}
.container-fluid-mobile .row:first-child > *[class^="col-"].hidden-xs .tt-product-vertical-layout + div[style]{margin-top:40px !important}
}

 

For any custom development WhatsApp or connect at Email ID: gr.trading15@gmail.com for quick consultation. | Shopify Free codes
To support Buy Me a Coffee

View solution in original post

Replies 3 (3)

PageFly-Victor
Shopify Partner
7865 1785 3056

hi @abcdefgty 

This is PageFly - Free Landing Page Builder

 

That has been hidden by your theme here :

PageFly_0-1664766014174.png

 

 

That was a design property from your theme, i think you better contact the theme support for them to fix this, because i tried to disabled that but it will get the page distorted 

 

Hope this helps. 

Best regards,

PageFly

gr_trading
Shopify Partner
1687 141 174

This is an accepted solution.

Hi @abcdefgty ,

 

Please use below CSS

@media (max-width: 767px){
.container-fluid-mobile .row:first-child > *[class^="col-"].hidden-xs{display:flex; order:1;}

.container-fluid-mobile .row:first-child > *[class^="col-"].hidden-xs .tt-product-vertical-layout{display:none}
.container-fluid-mobile .row:first-child > *[class^="col-"].hidden-xs .tt-product-vertical-layout + div[style]{margin-top:40px !important}
}

 

For any custom development WhatsApp or connect at Email ID: gr.trading15@gmail.com for quick consultation. | Shopify Free codes
To support Buy Me a Coffee
abcdefgty
Tourist
5 0 2

Thank you. This css displayed product desc. However now product desc areas are repeating. screen.JPG