Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1369062

    Hi, need your help on hidden sort magazine menu on mobile. Suppose the overflow will go to second line as always. I’ve disabled all the CSS code, but still can’t find the problem. Enclosed is the sample of the menu. Thanks.

    #1369063

    And on more, the menu stucked if we click menu multiple times

    #1369065

    Hi,

    Thank you for the inquiry.

    Please try to add this css code to adjust the style of the magazine filter on mobile view.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .av-sort-by-term {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
      }
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

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