Home Forums WoodMart support forum single product page's description hide on mobile

single product page's description hide on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #167606

    ginnyhung
    Participant

    Hi,

    my single product page’s description hide on mobile, but WPBakery page builder has not set hide on mobile, how can I show the description content on mobile? thanks.

    http://13.114.227.178/product/test_product/

    #167649

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    To display the the description content on mobile try the below CSS code in global custom CSS area under theme settings >> custom CSS:

    .tabs-layout-tabs {
       display: block;
    }

    After applying the CSS check back after clearing your site and browser cache.

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)