I wish to have a white border around each image in the portfolio gallery, not the default where the images touch.
How do i arrange this?
Hey Geoffdoyle!
Thank you for using our theme.
In custom.css or Enfold->Styling->Quick-CSS field put the following code and adjust px value for border width:
.grid-entry article > a{
border: 2px white solid;
}
If this does not work can you give us the linkl to the page please?
Cheers!
Günter