Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #714226

    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!

    #715019

    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

    #715054

    Thank you Yigit! You can close this ticket.

    #715132

    Hi,

    Thanks for letting us know, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Increase Border Between Cells’ is closed to new replies.