Tagged: right
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
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