We are doing a site with left column header and would like to apply box-shadow to the right edge but cannot seem to find the container or element to apply the CSS to. Anyone?
Hey twbarnes10,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
It is in the VERY early stages of development, so don’t judge…lol
Hi,
Try adding the following to quick css:
.header_color .header_bg{
-webkit-box-shadow: 10px 0 5px -2px #888;
box-shadow: 10px 0 5px -2px #888;
}
Adjust as needed
Best regards,
Jordan Shannon
Exactly what we were looking for…thanks a bunch!!
Hi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
You are welcome to close it. Thanks again.
Hi,
No problem, if you need additional help please let us know here in the forums.
Best regards,
Jordan Shannon