I try to center PORTFOLIO GRID SORTING but do not work
#js_sort_items {text-align:center!important;}
Hey unicaweb,
Try also adding this code:
#js_sort_items a {
display: inline-block !important;
float: none !important;
}
span.text-sep {
float: none !important;
}
Let us know if it helps :)
Best regards,
Nikko
Do not work Nikko
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.sort_by_cat {
display:inline-block;
position: relative;
left: 50%;
transform: translateX(-50%);
}
Best regards,
Vinay
Hey!
They show up fine on my end, attached a screenshot in private content field.
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Best regards,
Yigit