Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #961860

    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!

    • This topic was modified 6 years, 5 months ago by paepke19.
    #962717

    Hey paepke19,

    Do you mean you want a gap between the items?

    Best regards,
    Victoria

    #962724

    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

    #963580

    Hi,

    Thanks for the feedback. Please try the following in Quick CSS under Enfold->General Styling:

    div.isotope-item {
      padding: 10px;
    }

    Best regards,
    Rikard

    #963662

    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

    • This reply was modified 6 years, 5 months ago by paepke19.
    #964982

    Hi,

    Yes that should work to remove left padding.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.