Hi
How can i add some space between the rows of a portfolio grid?
Right know the rows are to close to each other
Kind regards
Velli
Hey Alexander,
Your screenshot is not loading, please try uploading it to for instance imgur.com and link to it here. Also please post a link to where we can see the actual element.
Best regards,
Rikard
Hi Rikard
For me the screenshoot loads … ?
Its this Site: https://rabl.muster.website/projekte/medizin/
The rows needs whitespace, because they are to close …
Kind regards
Velli
Hi,
Add this to quick css:
.grid-entry{
margin:70px 0!important;
}
Adjust 70px to what you need.
Best regards,
Jordan Shannon