[Support request] Help me Create borders for content

Home Forums Support [Support request] Help me Create borders for content

Home Forums Support Help me Create borders for content

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #809227
    Minh

    Help me create borders for content.
    I want to create contour 1 and 2. Please help
    EX: https://upanhpro.com/image/8rmZb

    #809396
    David
    Staff
    Customer Support

    Hi there,

    could you share a link to the site? You can edit your original topic and use the Site URL field for privacy.

    #809428
    Minh

    Shared.
    Please help me

    #809443
    David
    Staff
    Customer Support

    Try this CSS:

    .separate-containers .inside-article {
        border: 1px solid #ccc;
    }
    #right-sidebar .widget ul li {
        border-bottom: 1px solid #ccc;
        padding: 0.5em 0;
    }
    #right-sidebar .widget ul li:first-child {
        border-top: 1px solid #ccc;
    }
    #809450
    Minh

    Thank you

    Love you

    #809458
    David
    Staff
    Customer Support

    Awesome – glad to be of help 🙂

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