Jump to content

[SOLVED] Dead links on top horizontal menu


Recommended Posts

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 by Uniq (see edit history)
Link to comment
Share on other sites

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

  • Like 1
Link to comment
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
×
×
  • Create New...