Okay
  Public Ticket #3087112
Post grid filter issue on mobile
Closed

Comments

  •  6
    Ali started the conversation

    Hi. On mobile, the post grid filters break in the middle of category names. It's difficult to explain so I have attached an image. How can I resolve this please?

    Thanks

    Attached files:  Screenshot 2022-07-19 at 14.29.07.png

  •   Ali replied privately
  •  277
    Noah replied

    Hi Ali,

    Can you try the following CSS to fix up the filters on mobile:

    @media only screen and (max-width: 690px){
    .nectar-post-grid-filters a{
       margin:0 auto !important;
        word-break: keep-all !important;
    }
    }
    

    add it to salient \ general settings - css script related - custom css code.
    Cheers.

  •   Ali replied privately
  •  277
    Noah replied

    Hi there,

    We double checked this, there was an error on the custom css code area. We corrected it and the CSS applied correctly. The word breaking is not happening as before.

    Also we disabled the litespeed caching plugin temporarily.
    We re-enabled it and things seem to work fine.

    Thanks.

  •  6
    Ali replied

    Thank you :)