Tagged: ajax portfolio
I’m trying to get the Category selection to display as buttons rather than like breadcrumbs…
Everything about the Ajax Portfolio looks fantastic, except for this one thing.
I have gotten then to display as buttons already by adding in some custom CSS, but I cannot figure out how to get them to be centered or to get rid of the / separator.
Hi DJ!
Thank you for using Enfold.
Please use this on Quick CSS:
#js_sort_items .text-sep {
display: none;
}
#js_sort_items a {
display: inline-block;
float: none;
margin: 0 5px 0 5px;
}
.sort_by_cat {
text-align: center;
}
Cheers!
Ismael
Thank you Ismael! That worked perfectly!
This is why I keep buying Enfold for all of my customers wordpress sites!