Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #781972

    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.

    #781986

    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

    #782171

    Great! one small thing – https://www.screencast.com/t/Nw96X2PFKPQ – how do I remove the last line?

    #782622

    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

    #782701

    Hi Mike, that doesn’t seem to work…

    #783229

    Hi,

    Please try this instead:

    .d7a2d79ed795d793-d794d791d799d7aa_sort_sep {
      display:none !important;
    }

    Best regards,
    Rikard

    #783267

    Hi Rikard. that also didn’t do anything.

    #783285

    Hi,

    May you check your cache? Because Ive checked your site and there isnt this line: http://prntscr.com/f0wvng

    Best regards,
    John Torvik

    #783297

    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?

    #784049

    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

    #784995

    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

    #785079

    Hi,

    Can you try adding this:

    .d79ed798d791d797d799d79d-d7a7d79cd790d7a1d799d799d79d_sort_sep {
       display: none !important;
    }

    Best regards,
    Sarah

    #785215

    Great, that fixed it. Thanks!

    #785219

    Great! Let us know here in the forums if you need help with anything else. Thank you for using Enfold.

    Cheers!
    Sarah

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Weird gaps in the sort option of a masonry element’ is closed to new replies.