tommydamic68 Well-known member Jun 21, 2014 #1 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?
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?
P Paul B XenForo moderator Staff member Jun 21, 2014 #2 You will need to decrease the margin or padding or increase the width of the dropdown. Upvote 0 Downvote
tommydamic68 Well-known member Jun 21, 2014 #3 Brogan said: You will need to decrease the margin or padding or increase the width of the dropdown. Click to expand... How could that have possibly changed? I would have never changed that myself. Upvote 0 Downvote
Brogan said: You will need to decrease the margin or padding or increase the width of the dropdown. Click to expand... How could that have possibly changed? I would have never changed that myself.
tommydamic68 Well-known member Jun 21, 2014 #4 Anywho, fixed it in the EXTRA.css - just added: Code: #AccountMenu { width:300px; } Upvote 0 Downvote
Martok Well-known member Jun 21, 2014 #5 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. Upvote 0 Downvote
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.
tommydamic68 Well-known member Jun 21, 2014 #6 Brogan said: You will need to decrease the margin or padding or increase the width of the dropdown. Click to expand... tommydamic68 said: How could that have possibly changed? I would have never changed that myself. Click to expand... tommydamic68 said: Anywho, fixed it in the EXTRA.css - just added: Code: #AccountMenu { width:300px; } Click to expand... Martok said: 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. Click to expand... Thanks @Martok - not sure how or what, just fixed it in the EXTRA.css myself. Now I have this. Upvote 0 Downvote
Brogan said: You will need to decrease the margin or padding or increase the width of the dropdown. Click to expand... tommydamic68 said: How could that have possibly changed? I would have never changed that myself. Click to expand... tommydamic68 said: Anywho, fixed it in the EXTRA.css - just added: Code: #AccountMenu { width:300px; } Click to expand... Martok said: 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. Click to expand... Thanks @Martok - not sure how or what, just fixed it in the EXTRA.css myself. Now I have this.
Steve F Well-known member Jun 21, 2014 #7 It's usually caused by adding a border to blockLinksList class somewhere. Upvote 0 Downvote