2.1 - Header - Width Reduces in size on Scroll

After loading Pro 2.1 - now when i scroll down on all my sites the navbar reduces in width to about 80% - nothing else has changed apart from updating to 2.1

Here is an example site:

Can you try going to Pro > Settings in the dashboard and using the “Clear Style Cache” button? Afterwards, try clearing any page cache used on the server. Let us know if this makes a difference.

No difference…
but a workaround fix for now is:

/* NAV BAR */
.x-bar.x-bar-top.x-bar-h.x-bar-relative.x-bar-is-sticky.x-bar-outer-spacers.x-bar-fixed {
width: 100% !important;

}

Glad to see you were able to get it working for now. We’ll of course want to figure out what caused it so it can be avoided and not require that CSS. Would you mind sharing WordPress login and FTP credentials (in a secure note)? I could take a closer look at what might be happening.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.