Tagged: portfolio grid styling
Hey,
How can I style the portfolio grid? I need spacing in between the columns and a 3 px border around the images.
Can you help me?
Hey spitsdesign,
Thank you for the inquiry.
I need spacing in between the columns and a 3 px border around the images.
You can start with the following css code:
#top .grid-sort-container {
display: flex;
}
#top .no_margin.av_one_third.grid-entry {
margin-right: 2%;
width: 30%;
margin-bottom: 2%;
}
To apply borders around the entry, add this:
#top .grid-entry article {
border: 3px solid red;
}
Best regards,
Ismael
Thank you Ismael. Works like a glove!
Best regards,
C
Hi,
Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Thank you Rikard. You may close the topic.
Hi,
Thanks for letting us know, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard