I have added a portfolio to the home page. I would like to open the gaps up between the columns by 20px and open the gap between the rows (under the title) by 50px.
How can I do this?
Hey richardelectrix!
use this code in Quick CSS field:
.grid-sort-container.isotope.no_margin-container.with-title-container.grid-total-even.grid-col-3.grid-links-.isotope_activated {
margin-right: 20px;
}
For space between title and portfolio items use this code:
.av-special-heading.av-special-heading-h3.blockquote.modern-quote.modern-centered.avia-builder-el-4.el_after_av_textblock.el_before_av_one_full.av-inherit-size {
margin-bottom: 50px;
}
Regards,
Andy