Get nav shadow around rest of content area

Sorry if the link confused you, I'm looking to get the shadow to the right of the navigation bar and place it around the rest of the content area further to the right of that.

image

Comments

  • edited October 2018
    My apologies if this isn't the proper spot to ask this question. I don't see how I missed the no customization requests on the above guidelines.
  • Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co

    Also, do you want to create a shadow or get rid of it?

    thanks
  • https://northiowatractorride.com

    I would like to have the shadow that is to the right of the navigation and have that around the rest of the content area to the right. Thanks, Pablo.

    CB
  • Please paste this CSS into Theme Options > Custom CSS & JS > CSS
    #Wrapper{
    box-shadow:2px 4px 4px 2px rgba(0,0,0,.15) !important;
    -webkit-box-shadow: 2px 4px 4px 2px rgba(0,0,0,.15) !important;
    }
    Thanks
Sign In or Register to comment.