Hey there.
I love the portfolio grid sorting function. The text is just really small and I feel like people may miss out on this helpful function. How do I increase this font to day 14 or 16pt. Any help would be greatly appreciated.
Also would love to centre the sorting menu above the Portfolio Grid.
Hi!
Add this to your custom CSS.
#js_sort_items {
left: 50% !important;
transform: translateX(-50%);
display: inline-block;
}
#js_sort_items a { font-size: 16px !important; }
Cheers!
Elliott
Thanks Elliott that worked perfectly. Is there a way to have the Portfolio range by alphabetical order instead of date published?
Yes, It doesn’t provide any sorting options for the Portfolio Grid like it does say for blog posts etc.
Hey!
Your using the portfolio grid correct? It should have sorting options at the bottom of the shortcode options. Make sure your using the latest version of Enfold, 3.3.2.
Best regards,
Elliott