Is there a new solution to portfolio spacing? I’ve read the posts from a few years ago and would like to hear if something has been fixed in Enfold that doesn’t require a lot of hacking JS/CSS to get portfolio spacing?
In the link below, I want spacing between the portfolio items and each row of items… but I still want the left and right margins to stay where they are (when sorted or ALL is shown).
Thanks!
Hey paepke19,
Do you mean you want a gap between the items?
Best regards,
Victoria
Yes. I want a decent amount of margin (say 25px) between the items and rows. The default layout is too tightly spaced for my liking. I don’t want the left margin of the first row item, nor the right margin of the last row item, to be affected though.
Thanks
Hi,
Thanks for the feedback. Please try the following in Quick CSS under Enfold->General Styling:
div.isotope-item {
padding: 10px;
}
Best regards,
Rikard
Thank you, Rikard.
While that accomplishes the goal of adding space between the items and rows, it also adds padding to the left side of the grid. Would the correct way to not have left padding be:
padding:10px 10px 10px 0px;
Thanks again
Hi,
Yes that should work to remove left padding.
Best regards,
Jordan Shannon