Tagged: vertical lines between columns
Hi, I’m trying to add a Thin vertical line between columns. Shouldn’t this custom css work?
.el_after_av_one_half {
border-left: 1px solid red;
padding-left: 60px;
}
Hey DJQuad,
Please post a link to the page in question and point out where you want to add the vertical line and we’ll have a look at it.
Best regards,
Rikard
See below
Hi!
Please change your code to following one
.el_after_av_one_half {
border-left: 1px solid red!important;
padding-left: 60px;
}
That would apply globally. If you would like to target certain columns, please enable custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your column element and give it a custom CSS class and use the code as following
.your-custom-class {
border-left: 1px solid red!important;
padding-left: 60px;
}
Best regards,
Yigit
Is it possible to make those lines disappear when in responsive mobile layout?
Or make them horizontal?
Thanks in advance
Hi slimMedia,
Please open a new thread and include a link to where we can see the elements in question.
Best regards,
Rikard