Tagged: portfolio grid
Hi,
When i use a logo with a white background there’s no line that seperate the image(logo) from the titel/exerpt area. It’s now one white block.
Is there a quick css code available that makes that line visible?
Regards Peter
Hey!
Try to use this on Quick CSS:
.responsive .fullsize .grid-col-3 .grid-image {
border-bottom: 1px solid gray;
}
Change the border color as you please.
Cheers!
Ismael
ok. thanks! It works!