Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #206429

    How do I make the border on the table surrounding the “About Us” section at the bottom left of the page go completely around the table instead of just the top and left?

    http://johnstonsafetysupply.com/

    Thanks!

    #206451

    Hi danieltjohnston!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #after_section_2 tr:first-child td {
    border-right: solid 1px black;
    border-bottom: 1px solid black;
    }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Table Borders’ is closed to new replies.