Hi guys,
I would like to have a hover effect like http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/ in demo but I cannot find the setting or menu in the theme. Really appreciate if you help me with that.
by the way How can I edit the padding between items.
Thanks
Hey chilli-mind!
Please add masonry element to your page and choose to display title and excerpt on mouseover – http://i.imgur.com/6klq7NG.png
Best regards,
Yigit
Thanks it works but how can I change the number of column?
Hi!
Can you post the link to your website please? How many columns would you like to display?
Best regards,
Yigit
I would like to display 5
Hey!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.av-masonry-entry { width: 20%; }
If that does not work, please post the link to your website
Cheers!
Yigit
Hey!
Please use following code instead
#top .container .av-masonry-entry {
width: 20%;
}
Regards,
Yigit
Thanks Yigit, works like a charm :)