Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1094731

    Hi,

    I’m trying to create a text block border. In order to contain the Contact us information in the section.
    How do i do this?
    Please advice.

    Thank you

    #1094972

    Hey JordanTH3,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #av_section_2 .flex_column.avia-builder-el-7 {
        border-radius: 10px !important; 
        border: 2px solid;
        padding: 20px;
        margin-top: 20px !important; 
    }

    Then please clear your browser cache and check.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.