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?
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
great, thanks so much.
Hi,
Glad you get it working :)
Regards,
Josue