Ahoy –
Anyway to make a block line around the blog posts like the screenshot?
Hey mcraig77!
Add this to your custom CSS.
.slide-content {
background: white;
padding: 10px;
border: 1px solid black;
}
Best regards,
Elliott
Super close.
Anyway to remove that gap?
Hey!
Add this.
a.slide-image {
margin-bottom: 0px !important;
}
Regards,
Elliott
Perfect thanks!