Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #3788840
filter menu
Open

Comments

  • franc started the conversation

    How can I make the filter menu wider on mobileĀ  ?

    Attached files:  1.png

  •  4,803
    Michael replied

    Hi,

    please use this CSS:

    @media (max-width: 991px) {
        .portfolio-filters-list:not([data-breakpoint]):is(.style-sidebar,.style-standard) .portfolio-filters-outer .portfolio-filters-area {
            width: 95% !important;
            max-width: 95% !important;
    }}