Jump to content
Sign in to follow this  
mellanedavies

Widgets not functioning in top of sidebar -- PlatfromPro

Recommended Posts

mellanedavies

I have added custom CSS code to my template in order to bump up the sidebar If I activate either boxes or sopboaxes to in the position to the left of the sidebar I lose function,(i.e inability to click & loss of rollover) in all widgets directly across form the boxes. Any thoughts? This is the code: #sidebar-wrap{ position:absolute; left:900px; top:200px; }

Share this post


Link to post
Share on other sites
mellanedavies

I believe the issue is that the sidebar is being covered up with invisible layers I was able to troubleshoot with Google inspector, but with some other hiccups. I need some help figuring out what div attribute I need to trim.

Share this post


Link to post
Share on other sites
kastelic

Use z-index to bring it above the other layers:

#sidebar-wrap {z-index:1000}

Be sure to check your site in Firefox and Chrome/Safari too as you have some problems that aren't appearing in IE.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×