Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #695621

    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

    #695630

    Hi Kurt!

    Please change your code to following one

    #wrap_all {
        box-shadow: 2px 0px 10px black;
        border-radius: 16px;
    }

    Regards,
    Yigit

    #695643

    Great. Is there a way to round the corners more?
    Kurt

    #695739

    Hey!

    You can change the 16px to the number you want, to make it more round.

    Thanks a lot

    Regards,
    Basilis

    #695757

    Thanks, Basillis:.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Make entire page with box shadow’ is closed to new replies.