Linchpin Teaser: Allow custom sizing of the gap in between two Linchpin Teaser
Michiel Groeneveld
You can use custom css in your theme to set the margin globally:
.ltp-teaser {
margin: 0 0 5px 0;
}
M
Meric Ayman
Michiel Groeneveld thank you! We already changed our css. But with css changes you always have the risk that maybe it won't work after any update