Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #866351

    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?

    #866358

    Hey twbarnes10,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #866391

    It is in the VERY early stages of development, so don’t judge…lol

    http://impactdemo4.com

    #866398

    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

    #866410

    Exactly what we were looking for…thanks a bunch!!

    #866641

    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

    #866693

    You are welcome to close it. Thanks again.

    #866708

    Hi,
    No problem, if you need additional help please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.