Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Increase Border Between Cells’ is closed to new replies.
Can you give me some custom css to increase the border between cells at the bottom of this page to 25px please. I have included a mockup of what I am trying to achieve. Thanks!
Hey djshortkut,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-border-cells .flex_cell {
border-left-style: solid;
border-left-width: 20px;
border-color: white;
}
Best regards,
Yigit
Thank you Yigit! You can close this ticket.