Minor issue in /r/thisisatestsub1212's sidebar

Hi again,

I tried to add the FAQ to the sidebar of the "main" subreddit /r/NHLHUT but there is a similar issue again and I'm too dumb to figure out a fix.

This time everything in the sidebar turned out fine but the box above the body of the subreddit has now disappeared even though I'm pretty sure I did everything in the same way as I did on the test sub.

This is what the subreddit settings for the link that's in the FAQ in the sidebar look like:

> * [*"How can I be safe and not get scammed?"*](http://www.reddit.com/r/NHLHUT/wiki/avoiding_scams#)

This is what the subreddit settings for the link that should be in a box above the body of the subreddit look like:

[How to be safe and avoid scams when trading.](http://www.reddit.com/r/NHLHUT/wiki/avoiding_scams)

This is what the stylesheet looks like:

/*========================================== FAQ IN THE SIDEBAR */

.side a[href*="/wiki/faq"] {
    border: 4px solid #0B2F87;
    color: white;
    font-weight: bold;
    margin-bottom: 0.4em;
    text-align: center;
}

.side a[href*="/wiki/faq"]:hover {
    padding: 0.5px;
    color: aliceblue;
    font-weight: bold;
    margin-bottom: 0.4em;
    text-align: center;
}

.side .md h1:nth-of-type(3) + blockquote {
    border: 0;
    margin: -10px 0 0;
    padding: 10px 0 0;
}

/* Bullet points */

.side .md h1:nth-of-type(3) + blockquote ul,
.side .md h1:nth-of-type(3):hover + blockquote > p:first-child,
.side .md h1:nth-of-type(3) + blockquote:hover > p:first-child {
    display: none;
}
.side .md h1:nth-of-type(3):hover + blockquote ul,
.side .md h1:nth-of-type(3) + blockquote:hover ul {
    display: block;
}

.side .md [href$="/r/NHLHUT/wiki/avoiding_scams"] {
    position: absolute;
    top: 103px;
    right: 370px;
    left: 25px;
    background: #fff;
    padding: 5px;
    color: red;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
}
/r/csshelp Thread Parent