I am creating a one-page website using the Enfold theme and I would like the entire page to have a box shadow, including the header. Can this be done with CSS code?
The site is under construction, but I have include the website link and login-credentials in the private content.
Thanks,
kfranck
Hi Kurt!
Please change your code to following one
#wrap_all {
box-shadow: 2px 0px 10px black;
border-radius: 16px;
}
Regards,
Yigit
Great. Is there a way to round the corners more?
Kurt
Hey!
You can change the 16px to the number you want, to make it more round.
Thanks a lot
Regards,
Basilis
Thanks, Basillis:.