Hi, I have some weird and uneven gaps in the sort titles of a masonry element – https://www.screencast.com/t/HmeyoPsX – and I can’t figure out why. Can you help me out?
Thanks.
Hey DROR,
This is typically caused by the sort options hiding some categories, Try this code in the General Styling > Quick CSS field:
.av-sort-by-term .text-sep {
border: none!important;
text-indent: 0!important;
}
.avia_hide_sort + .text-sep {
display: none!important;
}
and clear your cache :)
Best regards,
Mike
Great! one small thing – https://www.screencast.com/t/Nw96X2PFKPQ – how do I remove the last line?
Hi,
Try this code in the General Styling > Quick CSS field:
.text-sep.d79ed798d791d797d799d79d-d79ed795d793d7a8d7a0d799d799d79d-d7a2d79ed795d793-d794d791d799d7aa_sort_sep.avia_hide_sort {
display:none !important;}
Best regards,
Mike
Hi Mike, that doesn’t seem to work…
Hi,
Please try this instead:
.d7a2d79ed795d793-d794d791d799d7aa_sort_sep {
display:none !important;
}
Best regards,
Rikard
Hi Rikard. that also didn’t do anything.
Hi,
May you check your cache? Because Ive checked your site and there isn
t this line: http://prntscr.com/f0wvng
Best regards,
John Torvik
Hi John, you’re correct. It was fixed on one page but on the homepage, it still shows – https://www.screencast.com/t/vhOZHSDKF. How can I also remove it from the gallery on the homepage?
Hi bakbek,
If those elements have custom classes, you have to target those from every page, like so
.d7a2d79ed795d793-d794d791d799d7aa_sort_sep, .{some weird number}_sort_sep, ... {
display:none !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi, it works on one page but not on the homepage even though I did use the homepage page ID. Can you take a look and see what I missed?
Thanks
Hi,
Can you try adding this:
.d79ed798d791d797d799d79d-d7a7d79cd790d7a1d799d799d79d_sort_sep {
display: none !important;
}
Best regards,
Sarah
Great, that fixed it. Thanks!
Great! Let us know here in the forums if you need help with anything else. Thank you for using Enfold.
Cheers!
Sarah