Home › Forums › Weaver Xtreme Theme › How Do I Extend the Shadow Under the Complete Breadcrumb Trail
- This topic has 8 replies, 3 voices, and was last updated 8 years, 1 month ago by
bcrmt1.
-
AuthorPosts
-
April 17, 2015 at 15:16 UTC - Views: 2 #17626
bcrmt1
ParticipantHere is an example of what’s happening where the shadow under the breadcrumb trail is cut off
http://www.agapetherapeutic.com/client-education/comprehensive-treatment-plan/
Just wondering what setting needs to be tweaked.
Thanks in advance.
Kent.April 17, 2015 at 15:23 UTC - Views: 6 #21315scrambler
ModeratorThis appears to be a z-index problem, the shadow is under the content area.
@weaver may have to have a look to see if the theme needs a fix.
In the mean time, you should be able to fix it by adding the rules below in Main options > Menus > Info bar > Info Bar BG CSS+ box
{position:relative;z-index:100;}
April 17, 2015 at 16:23 UTC - Views: 3 #21316Weaver
KeymasterI am unable to duplicate this issue.
First, please try disabling you CSS compression plugin. Compressing already compressed CSS can cause issues.
Then, please explain exactly how you added the shadow border to the bottom of the infobar.
April 17, 2015 at 18:30 UTC - Views: 5 #21317bcrmt1
ParticipantHi Weaver,
Not sure what a CSS compression plugin would be? I haven’t intentionally used this.
Here is where I went to add the shadow for the info bar:
Appearance – Theme Options – Main Options – Menus – Info Bar (selected right & bottom from the drop down menu)
Thanks for your input. I’ll try what Scrambler suggested now.
April 17, 2015 at 18:36 UTC - Views: 5 #21318bcrmt1
ParticipantHi Weaver,
Could the issue be with my caching plugin? I’m using WP Fastest Cache as I was having problems with Quick Cache. Not sure if this is an issue?
April 17, 2015 at 18:39 UTC - Views: 2 #21319bcrmt1
ParticipantHi Scrambler,
Your solution worked in getting the shadow all the way across the page under the info bar line but I have selected bottom and right and there is nothing on the right side. Not sure what I’m doing wrong. Here is the link to how it currently looks.
http://www.agapetherapeutic.com/client-education/comprehensive-treatment-plan/
April 17, 2015 at 19:18 UTC - Views: 2 #21320scrambler
ModeratorThat is because by default content and container are set to overflow:hidden
Add the rule below in MAin options > Fonts & Custom > Custom CSS Rule box
#container, #content {overflow:visible;}
April 17, 2015 at 19:24 UTC - Views: 4 #21321Weaver
KeymasterThe underlying cause of the hidden shadow is the #FFFFFF bg color you added to the Content Areas : Content Area BG color. Leaving that blank would not change the look of the bg color there. This is partly because the top margin of the content area is 0, as is the bottom margin of the info bar. Shadows are displayed in the margins, and thus the infobar and content areas touch. The white BG of the content area is overlaying the shadow in the margin.
Now, I’m not really sure if this is a bug or a feature.
So you can keep the z-index fix, or simply remove the #FFFFFF from the content bg color.
I will discuss this with @scrambler, and might add a z-index rule for this special case.
So much interaction going on!
It does seem the CSS compression was coming from your cache plugin. That doesn’t seem to be the issue, so you can turn it back on.
April 17, 2015 at 19:50 UTC - Views: 2 #21322bcrmt1
ParticipantThanks Weaver & Scrambler,
Took out the background color for the content area and added Scramblers Custom CSS code to the Fonts & Custom CSS box.
-
AuthorPosts
- You must be logged in to reply to this topic.