Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #516010

    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.

    #516014

    Also would love to centre the sorting menu above the Portfolio Grid.

    #516032

    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

    #516042

    Thanks Elliott that worked perfectly. Is there a way to have the Portfolio range by alphabetical order instead of date published?

    #516244

    Hi,

    Did you check the Order by option in the element options?

    Best regards,
    Rikard

    #516517

    Yes, It doesn’t provide any sorting options for the Portfolio Grid like it does say for blog posts etc.

    #516578

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.