Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #645353

    7. Re-order masonry categories items, not the image grid, but the names of the categories.
    I’d like to customize the order of the category items, not the grid images. Please see attached.
    category_items_order

    If this could not be achieved. Can I hide the categories on Mobile which takes a lot of space, or can I decrease the font size of the category items on mobile.
    category_item_on_mobile

    • This topic was modified 8 years, 5 months ago by darajan.
    #646362

    Hey Yan,

    It is not easy to change the sorting options. By default it is alphabetically arranged.

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

    @media only screen and (max-width:767px) {
    .avia-fullwidth-portfolio .sort_width_container {
        display: none;
    }}

    Best regards,
    Vinay

    #646558

    Hi Vinay,

    I’m sorry but the code does not work. The sort filter still exists on mobile. You can try
    dadamedia.cc on mobile (iOS).

    yan

    #646562

    Hi Vinay,

    I’m sorry but the code does not work. The sort filter still exists on mobile.

    yan

    #646577

    Hi,

    Thank you for sharing the link, please try the below code in Quick css

    
    @media only screen and (max-width:767px) {
    .av-masonry-sort.av-sort-yes-tax {
        display: none;
    }}

    Best regards,
    Vinay

    #646581

    It works, thx!

    Yan

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Re-order masonry categories order names.’ is closed to new replies.