Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
i’ve changed via custom css the radius of the Border (See http://www.eco-butz.de/Layout.png). It works fine with the header but the footer doesn’t work
My Custom CSS Entry are
header#masthead {
margin-top: 50px;
border-radius: 10px;
}
#page-wrapper {
padding-top: 0px;
border-radius: 10px;
box-shadow: 10px 10px 50px #e0e0e0, -10px -10px 50px #e0e0e0;
}
Any idea ?
Thanks in advance
Christian
this will work for you
#colophon { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }Hello James,
thank you for your help it works now.
Christian
Thanks for your help here James. Always appreciated :)