XF 1.3 Personal Settings Drop Down

tommydamic68

Well-known member
Not sure why, I don't believe its an add on, but all my settings are in one row in the menu drop down settings when hovering over name, any idea why and how to get it back to 2 rows?

Screen Shot 2014-06-21 at 7.15.16 AM.webp
 
I had this issue ages ago. Unfortunately I can't remember if it was an add-on or some css changes that caused the issue.

Try disabling your add-ons one by one to see if one has caused this. Failing that, review any css edits you have recently made.
 
You will need to decrease the margin or padding or increase the width of the dropdown.

How could that have possibly changed? I would have never changed that myself.

Anywho, fixed it in the EXTRA.css - just added:
Code:
#AccountMenu {
width:300px;
}

I had this issue ages ago. Unfortunately I can't remember if it was an add-on or some css changes that caused the issue.

Try disabling your add-ons one by one to see if one has caused this. Failing that, review any css edits you have recently made.

Thanks @Martok - not sure how or what, just fixed it in the EXTRA.css myself. Now I have this.

Screen Shot 2014-06-21 at 8.33.00 AM.webp
 
Top Bottom