http://kriesi.at/themes/enfold/portfolio/
http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/
How do I get the Category list above the grid to appear?
This part:
All / CSS / HTML / Photography / PSD / Video
Thanks!!
Hey Micheal0424!
Please edit your Masonry element and choose to make it Sortable as shown in screenshot – http://i.imgur.com/mvYyMBE.png
Cheers!
Yigit
Got it, thanks.
How do I center the sortable menu ?
It is at the left now, thanks!!
Hey!
Sorry but i cannot see sorting buttons – http://i.imgur.com/cymFPBf.png
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
div#js_sort_items {
width: 30%;
margin: auto;
}}
Regards,
Yigit
Sorry about that, had taken them our for a moment.
Thanks, worked perfectly!!
Hi!
You are welcome! I edited the code i posted and added media queries. Please use updated code to avoid having responsive issue with sorting buttons
Best regards,
Yigit
It is not centering now.
Any suggestion?
Thanks.
That worked, thanks!!