hi guys
i have some special headlines, i made them like this with two lines to the sides:
https://www.dropbox.com/s/cemc2bf9z0u2x34/headline_lines.JPG?dl=0
in the editor it looks like this
https://www.dropbox.com/s/vpoqqk9xsuzuc2z/headline_lines_in%20editor.JPG?dl=0
now there is a gap between text and line, I want the lines to go right to the text with only a small gap, is this possible with css? or is there a better way to make these kind of headlines?
Hi richardhofer83!
Can you please create a temporary admin login and post it here privately?
Regards,
Yigit
yes here you go
Hi,
I enabled custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and gave your columns a custom CSS classes and then added following code to Quick CSS
@media only screen and (min-width: 1024px) {
.custom-one-fourth-two {
margin-left: 1%!important;
}
.custom-one-half {
margin-left: 1%!important;
width: 41%!important;
}
.custom-one-fourth-two,.custom-one-fourth-one {
width: 28%!important;
}}
Please review your website now
Best regards,
Yigit
thanks i will play around with it :)