• Resolved staceybertrand

    (@staceybertrand)


    If you look at the breadcrumb nav, it shows that it should link appropriate, but when you go to click on it, nada, doesn’t take you anywhere…any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • the div with this css id (in style.css of tour theme):

    #artwork-header {
    	background:url(images/artwork_02_05.png);
    	background-repeat:no-repeat;
    	background-position:right top;
    	position: relative;
    	height:300px;
    	z-index: 1;
    	padding-top: 185px;
    }

    is overlaying the links – a height of 120px should be enough.

    Thread Starter staceybertrand

    (@staceybertrand)

    Genius. You know how you look at code so long…thank you thank you thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Link linking but not linking (CSS issue?)’ is closed to new replies.