[Support request] Border around page with CSS

Home Forums Support [Support request] Border around page with CSS

Home Forums Support Border around page with CSS

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1460867
    StudioPromo

    Hi,

    I’d like to know how to draw a 1px border around my entire pages (in white or black… not sure yet for the color) with the CSS Aditionnal with maybe rounded corner.

    I’ve read many topics in the forum but did not found the answer.

    Thank you in advance,

    Alain R.

    #1460870
    David
    Staff
    Customer Support

    Hi there,

    when you say page do you mean the entire site or just the content area ?
    And can you share a link so i can see what layout your using.

    #1460907
    StudioPromo

    Hello,

    I mean just the content area.
    (sorry if it was not perfectly clear but english is not the langage I use by the way).

    Here is my website : http://www.alainroland.be
    As you can see, I was able to draw a border around my picture.

    Thank you very much.

    Alain

    #1460916
    David
    Staff
    Customer Support

    NO problem – theres lots of options.

    Try this CSS:

    .separate-containers .inside-article {
        border: 2px solid #ccc;
        border-radius: 6px;
    }
    #1460924
    StudioPromo

    Marvelous !

    Thank you very much !

    I wish you a very good sunday.

    Alain Roland

    #1460932
    David
    Staff
    Customer Support

    You’re welcome! You too

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