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

    Hello, I have question about column

    i am trying to make 2 column and set a border between columns
    i can do with Grid Row but Grid Row is not in the color section or a single full width column.

    i would like to make this (http://viralair.cafe24.com/?attachment_id=3459)
    but i don’t know how to do in Enfold
    i think i have to put Quick CSS (i am not sure this is right)
    so please tell me how to do

    #370713

    Hi anubis!

    Your just using two 1/2 columns there? Try adding a color section and then place the columns inside the color section and then when you edit the color section add this to the section ID option.

    custom_design
    

    And then add this to your custom CSS.

    #custom_design .entry-content-wrapper > .flex_column:first-child {
        border-right: 1px solid black;
    }

    That will display a solid line separating the columns.

    Cheers!
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.