Is it possible to make a gap (similar to the “large gap” in mansony) between the portfolio entries in the grid?
Hi kristinaejsing!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .isotope-item {
padding-right: 10px;
padding-bottom: 10px;
}
Cheers!
Yigit
This works but it’s also pushing everything out of position because it’s also applied to the first item – I guess that there is so simple css to apply to the first item to fix this?
Hey!
Please share the link to your site where we can inspect the element in question and share a mockup of the portfolio look you are trying to achieve so we can help you with some custom CSS :)
Regards,
Vinay Kashyap
Hi, thanks. I managed a nice look with this, so I’m good to go!
/* gap between items */
/* to work with the gap for each entry - see also masonry */
.grid-sort-container {
margin-left: 5px;
}
.avia-fullwidth-portfolio .grid-entry .inner-entry {
padding-right: 5px;
padding-bottom: 5px;
}
Hey!
Glad you got it sorted :)
Please feel free to get in touch with us if you have any questions.
Thank you for using Enfold :)
Best regards,
Vinay Kashyap