Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #317468

    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!

    #317797

    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

    #317977

    Lovely. Works like a charm. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Center portfolio sort menu’ is closed to new replies.