Is there a way to increase the borders between cells (not on top or bottom) in a grid row?
Hey tlsdave!
Yes it is possible.
Please provide us a link, so we can locate which borders you are reffering and we will help with anything else.
Thanks a lot
Cheers!
Basilis
Not sure if this will help you but here is a shot:
.Border {
border-right: 5px solid #fff !important;
border-left: 5px solid #fff !important;
}
Change the color to match your background if needed.
Place ‘Border’ in ‘Custom Css Class’ on each cell (1/4, 1/3, etc.).
Hope this helps!