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

    Hi

    I’d like to add a couple of tweaks to the portfolio grid. I’ve been searching through the CSS and can’t figure-out how to do this, so help would be much appreciated.

    1) I’d like the portfolio sorting menu (#js_sort_items?) to be center-aligned, rather than the current left-aligned.

    2) I’d like to add a margin of about 20px between the grid images, and add rounded corners to all grid images.

    Many thanks!

    #278289

    Hi,

    Can you post the link to your portfolio page please?

    Regards,
    Josue

    #278396
    This reply has been marked as private.
    #279563

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .isotope-item {
    padding-bottom: 10px;
    padding-right: 10px;
    }
    .js_active .grid-image { border-radius: 10px; }
    #js_sort_items {
    width: 35%;
    margin: auto;
    }

    Best regards,
    Yigit

    #279639

    Many thanks Yigit. Nice one.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Portfolio Grid Tweaking’ is closed to new replies.