XF 2.2 How to enable what's new tab on p-nav-opposite

Kone

Member
Hi, I have bit of an odd problem. Basically I've realized a what's new button exists on the mobile version of my forum on the p-nav-opposite tab but not the web version. I don't know what's causing this and the code seems to be there for the tab in page_container, just not 100% sure how to enable it. I would like both to have the same buttons so it's not confusing for new users so any help would be appreciated thanks.
 
That seems to also include a text link, you can remove it

Code:
.p-nav .p-navgroup-link--whatsnew {
    display: block;
    .p-navgroup-linkText { display: none; }}
 
That seems to also include a text link, you can remove it

Code:
.p-nav .p-navgroup-link--whatsnew {
    display: block;
    .p-navgroup-linkText { display: none; }}
Hi, it works and mobile adjusts to it so nothing conflicts but for some reason it's floating next to the other icons, any way to put it into the right position?
0435ec53b8db4ff4abb8b65db8201691.webp
 
Apologises for double post. This is the code that already exists for the whats new button. Anything here that might be preventing it from appearing on web or could be added to extra.less?103616da34d577c0bf959d878c0a82da.webp
 
Top Bottom