• I am trying to insert a vertical line between two columns. Is this possible?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Tom

    (@edge22)

    Hi there,

    You can add a class to the first column, then add some CSS:

    @media (min-width: 769px) {
        .your-chosen-class {
            border-right: 1px solid #000;
        }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Vertical line between columns’ is closed to new replies.