Is there a way to add space in between portfolio posts using the portfolio grid?
—> http://www.cliffordnovey.com/?page_id=3367
Thanks
Clifford
Hey Clifford,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-3367 .grid-entry {
width: 24% !important;
}
Best regards,
Rikard
Hi thanks-
Tried it- no change-
C
Hi,
it should work. Clear browser cache and hard refresh a few times. If it’s still not working, then provide us admin access, so we can have a deeper look into it. Login details here as private reply.
Best regards,
Andy
Did not work-
Hi,
try this code instead:
.grid-entry.flex_column.isotope-item.all_sort {
padding-right: 10px;
}
and adjust as needed.
Best regards,
Andy
That worked thanks very much. I may have deleted another bit of code by accident but there is no version history on that page. Ideas?
Thx again!
Clifford
Hi,
you can use WordPress’ Revision function.
Best regards,
Andy