Tagged: 

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

    Hello,

    I want to have a border on the right and on the left side on my Website. How can I add a border (as seen on the Screenshot below)

    Thank you in advance,
    Theo

    #914568

    Hey theokaemmerer,

    Please add the following to quick css to achieve the effect you are looking for. This is based on how I viewed your screenshot:

    #wrap_all{
    border:10px solid #fff!important;
    }
    
    #header{
    width:99.25%!important;
    border-right:10px solid #fff!important;
    }

    Best regards,
    Jordan Shannon

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