Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #643760

    I have a three column layout and I want to add a border on the right side of the first column, separating the first column from the second column. How can I do this?

    Site is esomethin.com/yoursource.

    Thanks,

    #644195

    Hey Kurt,

    To add border to the first column please add a custom class name to the column. Refer to this link and enable custom css class name http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    and use the below css in child themes styles or in Quick CSS

    .border-right{
        border-right: 1px black solid
    }
    

    Best regards,
    Vinay

    #644207

    Vinay:

    Unfortunately, that didn’t work. I have added my loginn credentials in the private content area.

    #644214

    Hi!

    You had some errors in your custom CSS, i fixed them. Please review your website now

    Regards,
    Yigit

    #644221

    Perfect! Thank you.
    Kurt

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Add border right side of column one’ is closed to new replies.