Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1493898

    Hi.

    I was wondering how to get more space between Portfolio Grid pictures? They are in default attached to each other. Would like to have at least 2-3px space in between?

    #1493901

    Hey pikkuapuri,

    Please try the following in Quick CSS under Enfold->General Styling:

    .grid-sort-container .av_one_third {
      width: 33%;
    }

    Best regards,
    Rikard

    #1493902

    Hi Rikard. Didn’t change anything?

    #1493943

    Hi,

    Thank you for the update.

    Try to use this css code instead:

    #top .grid-sort-container .no_margin.av_one_third.grid-entry {
        width: 30%;
        margin-right: 3%;
    }

    Result:

    fSfEpg1.md.png

    Best regards,
    Ismael

    #1493950

    Perfect. Thanks Ismael!

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