content is clickable when I don’t want it to be.
-
I have been attempting to install a “shelf” according to Owen Winkler’s awesome tutorial .
I was able to get the shelf to open and close and have formatted my content into three columns using a width of 30% and float left command:
.shelfbarbox {
float:left;
width: 30%;
padding: 0 0 0 10px;
}For some reason, the text in the middle column is clickable. I am not sure why that is and I have searched the header (which calls for the shelf), the shelf and the corresponding CSS code. Any hints/tips?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘content is clickable when I don’t want it to be.’ is closed to new replies.