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,
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
Vinay:
Unfortunately, that didn’t work. I have added my loginn credentials in the private content area.
Hi!
You had some errors in your custom CSS, i fixed them. Please review your website now
Regards,
Yigit
Perfect! Thank you.
Kurt