I want to show portfolio pieces on my home page – and I’m debating using the Masonry Element or the Portfolio Grid Element.
If I were to use the Masonry Element I’d like to be able to control the number of columns (right now it’s defaulting to two columns and I’d like to set it to four). I’d also like to have the title show up on the upper left hand side instead of the bottom left. How would I do this?
If I were to use the Portfolio Grid Element then I’d like to be able to add 20px of padding between each piece and also have the title to show up on the upper left hand side on hover.
Which Element should I use and how do I make these edits?
Thank you so much for your hard work!
Hi Andrea!
As always, thank you for using the theme!
Did you place the masonry element on a column layout? If yes, please remove the column then let the masonry element span through the whole width of the container. There should be at least 4 columns on the masonry element.
Regards,
Ismael
How would I increase the margin around each portfolio piece in the masonry element to be 20px wide?
Never mind, I got it. Is there any way to make the masonry have four columns and not get wider than 1400px?
Hi!
Please try adding following code to Quick CSS
.main_color .av-masonry { max-width: 1400px; }
Regards,
Yigit
Thank you so much for your help!