Tagged: ,

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

    Hello. I’d like to set up my sort to look like the demo. Please see this image for desirables.

    Thank you,
    Ryan

    #767462

    Hey accurIT,

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

    .av-sort-by-term {
        width: 100%;
        display: table;
        table-layout: fixed;
    }
    .av-sort-by-term a {
        display: table-cell;
        padding: 20px 5px;
    }
    span.text-sep {
        display: none;
    }
    

    Best regards,
    Yigit

    #767534

    Perfect! Good to go. Thank yoU!

    #767568

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Masonry Sort – Enfold Demo’ is closed to new replies.