Home Forums WoodMart support forum make description visible also on mobile

make description visible also on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #210130

    mooi
    Participant

    Hi,

    I would like to make the description visible also on the mobile, currently it’s hidden: https://prnt.sc/tfuwgo
    vs. please check on desktop: https://localdrivesme.com/product/badacsony/
    I don’t know where to control this.

    Those “products” are added via visual composer.
    Could you please advise?
    Thanks a lot

    #210142

    Hello,

    I saw the screenshot you attached and visited your website. It seems that you have hidden the Description tab on mobile.

    Screenshot for Clarification: https://ibb.co/TtZmQ90

    Please try and add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

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

    Best Regards.

    #210149

    mooi
    Participant

    Thanks for the prompt reply and the hint,
    I think it’s pre-coded hidden, it wasn’t me

    I solved this with this css:

    .product-list-item .woocommerce-product-details__short-description {
        display: block!important;
    }

    Have a nice day

    #210303

    Hello,

    You are Most Welcome.

    The CSS code I provided was to enable all the tabs.

    We are Glad that you managed to resolve the issue by yourself. You are the best!!!

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘make description visible also on mobile’ is closed to new replies.