I’ve got 2 parallax elements on a page that I want a 1px gap between. I’ve already figured out how to reduce the space between the promo bar and the first parallax using css I found in the forum:
.spb_parallax_asset{
margin-top: 1px;
}
But haven’t yet worked out how to change the space between the two elements. mt0 and mb0 seem to be ineffective. I’m sure there is a css fix though?
Another issue that I’m finding on our front page and blog page is the grey overlay & link that appears when you hover over a picture. Is there a simple css fix to turn that off?
Thanks…