Hello. I’d like to set up my sort to look like the demo. Please see this image for desirables.
Thank you,
Ryan
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
Perfect! Good to go. Thank yoU!