XF 1.3 1.3.0 Beta 1 - Members Dropdown

  • Thread starter Thread starter DirtRider
  • Start date Start date
D

DirtRider

Guest
I noticed today that when you select your members option top right the display in Firefox is not correct.

Using IE it displays like this

CaptureProfile_IE.webp

However when using Firefox it displays like this.

CaptureProfile_FF.webp

Before I loaded the beta it was displaying correctly
 
Not sure why it's rendering different in each browser for you however if any font-size/borders/padding is adjusted on certain elements it can throw it into a single column.
You'll need to increase the width of the menu:

Code:
#AccountMenu {
width: 280px;
}
(put that into your extra.css)
 
Not sure why it's rendering different in each browser for you however if any font-size/borders/padding is adjusted on certain elements it can throw it into a single column.
You'll need to increase the width of the menu:

Code:
#AccountMenu {
width: 280px;
}
(put that into your extra.css)

Ok thanks I will look at that
 
I found out what is causing this issue. My Firefox screen view was a bit small, I had changed it to be able to do a screen capture of a bigger area of the forum at one time
 
Top Bottom