Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1343055

    Hello,

    I’m interested in making the sort menu for the portfolio grid centered. Right now it is Left justified.

    Thank you and Please Advise,

    #1343076

    Hey terishka1,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    .main_color #js_sort_items {
        text-align: center;
    }
    
    .main_color #js_sort_items a, .main_color #js_sort_items span {
        display: inline-block;
        float: none;
    }

    Best regards,
    Nikko

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