Tagged: portfolio grid
Hello!
I’d like to little modify portfolio grid on my site front page ( http://www.zink.by/ ) cos it is not aligned properly: http://prntscr.com/2qero5
It shoud be moved left somewhere about 20px.
What css rule shoud I modify? It is hidden somewhere there: http://prntscr.com/2qetg8
Hey!
Try adding this code to the Quick CSS:
.home .grid-sort-container.isotope.no_margin-container.with-title-container.grid-total-even.grid-col-4.grid-links-.isotope_activated {
right: 20px;
}
Cheers!
Josue