XF 1.2 How can I fix my drop down? :P

Crayo

Active member
hicxQAY.png


We made a few minor template changes, and suddenly out of no where this error appears, but I can't find where to fix it. Can any of you guys help me?

Test account:
User: test
Pass: xenforo
 
I didn't think I needed to explain it, lol. Sorry, the link is wweforums.net.

It's supposed to be in two columns, but it's randomly in one line making the drop down huge vertically.

Create a test (default) style, which will contain all of the default settings, and compare your custom style to that and see if you can find what went wrong.
 
We reverted it back to default but nothing changed. The template we reverted was "navigation_visitor_tab".

It's typically extra padding on either the blocklinks/primarycontent/secondarycontent.

Just widen the menu in extra:

Code:
#AccountMenu
{
width: 278px;
}

Might need to go wider, also possibly an !important tag.
 
It's typically extra padding on either the blocklinks/primarycontent/secondarycontent.

Just widen the menu in extra:

Code:
#AccountMenu
{
width: 278px;
}

Might need to go wider, also possibly an !important tag.
Thank you so much. You're a hero <3.
 
Top Bottom