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.