• 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?

    https://dearauthor.com/test_wordpress/

Viewing 1 replies (of 1 total)
  • Thread Starter JaneLitte

    (@janelitte)

    I am ready to admit my stupidity. Of course, it wasn’t a CSS problem. I had placed the call for the hself inside the “a href” tag in the header. Once moved outside the tag, my clickability problem magically disappeared.

Viewing 1 replies (of 1 total)
  • The topic ‘content is clickable when I don’t want it to be.’ is closed to new replies.