Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1188156

    How can you hide the description of the product category on mobile devices?

    The text is very long and the widget filters appear below the text.

    Regards.

    #1188161

    Hey brunet77,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1188290
    #1188520

    Hi,

    Add this to quick css:

    @media only screen and (min-width: 767px)  {
    .product_meta{
    display:none!important;
    }}

    Best regards,
    Jordan Shannon

    #1188524

    Hi Jordan tnks, but not run.

    I have modifid your code and it work
    1. i have change min.width: by max-width
    2 change .product_meta by term.description

    @media only screen and (max-width: 767px)  {
    .term-description {
    display: none !important;
    }}

    Its correct?

    regards.

    #1188532

    Hi,

    It’s formatted correctly, but does is work when you put it in? It may still need to be .product_meta.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.