Wokiee template - mobile site does not show descriptions

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.

hi @abcdefgty

This is PageFly - Free Landing Page Builder.

That has been hidden by your theme here :

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

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}
}

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