Hello,
I don’t manage to do this : I’d like a “boxed” container with 3 or 5 columns indise. The container would have a border image or background image as I don’t know yet how to do a border-image ;-).
When I try the different Layout elements, I see :
– 1/1 perfect size and possible to put a border but I cant’ include columns inside.
– color section or grid : I can have my columns inside but the border is full screen width
Which element shoud I use ?
(the site is under maintenance but if you want to see, I give the credentials. I’m speaking about the Join our newsletter
, totally at the homepage bottom)
Tx !!
Marine
Hey Marine,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Hi,
Please edit the column, add a custom css attribute to it. Use “envelop-border” for example and then add this css code.
.envelope-border {
padding: 1em;
border: 16px solid transparent;
border-image: 16 repeating-linear-gradient(-45deg, red 0, red 1em, transparent 0, transparent 2em, #58a 0, #58a 3em, transparent 0, transparent 4em);
}
Adjust the color values as needed.
// http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
Ismael
Tx Ismael ! I have to learn this css property :-)
You can close the track