Archived topic
Box shadow on sidebar and articles not working correctly?
5 replies · Started by William on March 16, 2021
Hi there,
On articles like this, (username to view: qwggdqrdxf, password: NY559Ds5nJ) I've noticed the box-shadow on the far left of content and right of sidebar is missing - why is this the case and how can it be fixed?

Kind regards,
Hi there,
the link you provided requires a password - can you supply ?
Sure thing, it was above.
Username: qwggdqrdxf
Password: NY559Ds5nJ
Hi William,
It's because there're no margin/space for the shadow to show, I record a shot clip:
https://www.screencast.com/t/U4QKM4WLp
We could try this CSS:
.separate-containers.right-sidebar #right-sidebar {
margin-right: 20px;
}
.separate-containers.right-sidebar .site-main {
margin-left: 20px;
}
Oh yes that works :) thank you!
No problem :)