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

    On a desktop, I can see the tabs ‘Description’ + ‘reviews’ i CANT on mobile. I need to see the description on mobile.

    • This topic was modified 6 years, 4 months ago by Nancy.
    #985773

    Hey BeyondMS,
    Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) {
    #top div.product .woocommerce-tabs:last-child {
        display: block !important; 
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #987142

    Mike, thank you for responding.

    This did work, Thanks!

    #987250

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Product Description Not Showing on Mobile’ is closed to new replies.