Uniq Posted August 22, 2014 Share Posted August 22, 2014 (edited) Hi, The links on above my slider are not functional *eg Cart, Search or my logo image can't click on them. Using 1.609. Does anyone one know how to correct this? It seems to be working on mobile but not on the pc. Tried different browsers. Cleaning cache etc etc to no avail. http://www.uniqjewelrydesigns.com Thanks Missy ! Edited August 22, 2014 by Uniq (see edit history) Link to comment Share on other sites More sharing options...
dioniz Posted August 22, 2014 Share Posted August 22, 2014 There's problem with your slider. Find this code (can't tell you where because you have CCC turned on but probably in your slider css file): .SEslider { margin: 0; position: relative; width: 100%; z-index: 1; } and add clear:both to it so it looks like this: .SEslider { margin: 0; position: relative; width: 100%; z-index: 1; clear:both; } This should help 1 Link to comment Share on other sites More sharing options...
Uniq Posted August 22, 2014 Author Share Posted August 22, 2014 Yes that worked. It was in styles.css. Awesome thanks so much !!! 1 Link to comment Share on other sites More sharing options...
dioniz Posted August 22, 2014 Share Posted August 22, 2014 You are welcome! I'm marking this thread solved, you can do it yourself next time 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now