Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #730780

    Is there a way to add space in between portfolio posts using the portfolio grid?
    —> http://www.cliffordnovey.com/?page_id=3367
    Thanks
    Clifford

    • This topic was modified 7 years, 10 months ago by cnovey.
    #730816

    Hey Clifford,

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

    .page-id-3367 .grid-entry {
        width: 24% !important;
    }

    Best regards,
    Rikard

    #730825

    Hi thanks-
    Tried it- no change-
    C

    #731547

    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

    #735205

    Did not work-

    #735593

    Hi,

    try this code instead:

    .grid-entry.flex_column.isotope-item.all_sort {
    padding-right: 10px;
    }

    and adjust as needed.

    Best regards,
    Andy

    #736151

    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

    #736393

    Hi,

    you can use WordPress’ Revision function.

    Best regards,
    Andy

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