Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #830169

    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

    #831557

    Hey Marine,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #831870
    This reply has been marked as private.
    #831871
    This reply has been marked as private.
    #833217

    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

    #833319

    Tx Ismael ! I have to learn this css property :-)
    You can close the track

    #833500

    Hi,

    Thanks for the feedback. I’ll close the thread for now.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Border or background around 3 columns’ is closed to new replies.