Hi
The sort menu for the full-width portfolio grid is centered, but the sort menu for the content-width adjusted portfolio grid is left-aligned. I’d like to center the sort menu for the content-width adjusted portfolio.
I’d be happy with the code either for centering the sort menu of the content-width adjusted portfolio, or for limiting the width of the full-width portfolio so that it’s content-width adjusted.
Thanks!
Hey!
Try with this:
#js_sort_items{text-align: center; }
#js_sort_items a, #js_sort_items .text-sep{float:none; display:inline-block; }
Best regards,
Josue
Lovely. Works like a charm. Thanks!