XF 1.2 Why can't I click these nodes?

Controlled by CSS or did you do template edits?

CSS
Code:
.nodeList .categoryForumNodeInfo, .nodeList .forumNodeInfo, .nodeList .pageNodeInfo, .nodeList .linkNodeInfo {
padding: 1px !important;
}

.node_88 .nodeText { margin-right: 0 !important; }
.node_88 .nodeLastPost, .node_88 .tinyIcon { display: none !important; }
.node_88 .forum.level_2,
.node_88 .page.level_2,
.node_88 .category_forum.level_2 {
width: 50%;
float: left;
}
 
CSS
Code:
.nodeList .categoryForumNodeInfo, .nodeList .forumNodeInfo, .nodeList .pageNodeInfo, .nodeList .linkNodeInfo {
padding: 1px !important;
}

.node_88 .nodeText { margin-right: 0 !important; }
.node_88 .nodeLastPost, .node_88 .tinyIcon { display: none !important; }
.node_88 .forum.level_2,
.node_88 .page.level_2,
.node_88 .category_forum.level_2 {
width: 50%;
float: left;
}
Does it work if you remove the CSS (or comment it out)?
 
It's all in an <ol> tag and each link is in an <li> tag

but the last <li> tag (that contains the link to matthew's resources) covers the entire <ol> and all sibling <li> tags

didn't study it to see why
 

Attachments

  • li.webp
    li.webp
    89.5 KB · Views: 8
Top Bottom