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!
Hi,
Can you post the link to your portfolio page please?
Regards,
Josue
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
Many thanks Yigit. Nice one.