Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1420229

    I would like to put a border around the form part of this page. See private content.

    #1420232

    Hey John,

    Thank you for hte inquiry.

    You can add this css code to apply a border around the wpforms container.

    .avia_codeblock .wpforms-container {
        border: 1px solid #777777;
        padding: 2em;
        border-radius: 5px;
    }

    If you need to apply this modification to a specific element, try to add a custom css class name or ID to the code block element.

    // https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    #1420335

    Great. Thank you Ismael. I’ll do some more homework via that link you included. You may close this ticket.

    #1420359

    Hi,

    No problem! Glad we could be of help. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Border around survey form’ is closed to new replies.