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
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
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
Hi Vinay,
I’m sorry but the code does not work. The sort filter still exists on mobile.
yan
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
It works, thx!
Yan