Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1219799

    Hi there

    Is it possible to change the order of the sort filters at the top of a magazine array? By default they are in alphabetical order — could this be reversed, so that they sort Z-A? … resulting in the “All” filter coming last. See URL in private content.
    Many thanks

    #1219804

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    .av-sort-by-term {
        flex-direction: row-reverse;
        display: flex;
    }
    
    

    Best regards,
    Yigit

    #1219833

    Thanks Yigit! Works perfectly. Terrific theme support, as ever.

    #1219860

    Hi,

    You are welcome, Jane! Happy to help as always :)

    Let us know if you have any other questions or issues and enjoy your weekend!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Magazine tabs (sort filters) : can order be reversed’ is closed to new replies.