Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22948

    In boxed layout mode, is there a page wrapper of some sort where I can apply a box shadow to the page sides(right/left)? It seems like there are only page sections and not an entire page wrapper, unless there is another way to do this. Thanks in advance.

    #117973

    Hi,

    You can add the box shadow on #wrap_all selector.

    Regards,

    Ismael

    #117975

    Hi Ismael. Thanks for your help, but it didn’t seem to do anything. I tried adding the following to my boxed layout in custom css file.

    #wrap_all {

    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);

    }

    Do you have any other suggestions? Thanks. :)

    #117976

    Hi,

    My bad, please try this instead.

    boxed#top {
    box-shadow: 100px 100px 50px black;
    }

    I exaggerated the value. :)

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Boxed Layout – Box Shadow’ is closed to new replies.