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

    Hello, just learned how to add wrap box-shadow for responsive layout here https://kriesi.at/support/topic/wrap-box-shadow.

    It works perfectly, however I would like to add same shadow for a fixed layout. (Enfold theme options > General settings > Responsive Layout > Fixed Layout)

    Can you help?

    #140846

    Hi,

    I tested this code locally and it does the job:

    .boxed#top{

    -moz-box-shadow: 0 0 15px #111;

    -webkit-box-shadow: 0 0 15px #111;

    box-shadow: 0 0 15px #111;

    }

    Regards,

    Josue

    #140847

    great, thanks so much.

    #140848

    Hi,

    Glad you get it working :)

    Regards,

    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Wrap box shadow on fixed layout’ is closed to new replies.