Ciao,
I need center the text in “sort_width_container” in portfolio and add the word “Filter:”
site:
http://www.italmac-usa.com/products/machining-centres/#top
can you help me?
Hey dpiassociati!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
a.all_sort_button.active_sort:before {
content: 'Filter: ';
}
#js_sort_items {
padding-left: 35%;
}
you may need to adjust the padding value to center it perfectly
Best regards,
Yigit
Perfect!