XF 2.1 Navigational Tab on right side of Navigation bar

Preswa

Member
Hi there!
So I get the title might be a little vague, but that's because I had no idea how to properly word it..

But I had a bit of a question, whether something is possible or not.
I would really love to have a tab on the side where I outlined it, it'd be a tab that'd take my visitors to a page where they'd be able to download something etc etc.
It'd just aesthetically please me, so to say. It's not of super importance, but it'd be nice to know whether this is possible or not with some tinkering in the code?

1568233366011.webp

Would love to know!
Regards,
Tim
 
Figured I'd just go ahead and press a ton of buttons till it worked;

For those wondering;
Code:
.p-nav-list li:last-child{
    margin-left: 200px;
}

I am going to assume that this will always keep the last tab 200px on the left. If not.. idk.. tinker with it? 😅
 
Top Bottom