Okay
  Public Ticket #1005295
increase width of subcategory filters list to avoid line break
Closed

Comments

  •  2
    emma started the conversation

    Hi! I'd like to make sure that the subcategory filters fill the full width of the browser and do not break onto a new line unless filled the browser width. I think currently they're only filling the width of the parent categories list. 

    And when it does need to break into a new line, as on mobile, it should push the portfolio container down to make room for the additional line(s).

    thanks!

  • [deleted] replied

    Hi Emma,

    We will check if we can do something about this on our future updates.

    P.S: I can see that you added so much questions on our support system.

    Note that the answer may already be posted, so please search within the support system before asking a question first, there is a chance that you will find the same question answered

    Thanks for your understanding!

  •  2
    emma replied

    Yes, of course I do a search first. For everything I post I cannot find a solution publicly. But I make sure to make my ticket public so that hopefully no one else needs to ask about these. 

    Plus, for bugs and feature requests, isn't it better when you know more people are having the same issue?

    In the meantime, while you work on this fix, how can I disable/hide the filters menu in mobile? thanks!


  • [deleted] replied

    Hi Emma,

    Can you please add the code below to Custom CSS

    @media screen and (max-width: 768px) {
      .product-filter {
          display: none !important;
      }
    }