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,
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