Scroll Navigation menu too far to right

how can I fix this issue with the scroll menu

on any screen when you scroll the website the menu seems to go too far to the right and actually cuts off page listings…

http://www.spydawebdns.com/my247gym/

Hey Pauline,

It looks some custom CSS is throwing that off. In particular this I believe:

.fl-page-nav-right .fl-page-header-row {
  width: 104%;
}

Did you set that width by chance? If so, it should 100%.

Best,
Billy

no it is only suppose to be 100%
I have looked in the custom css and it is showing 100%
Is there another place that this could have been changed?

Not sure to be honest, would you mind sending along temp admin access so I can take a look around?

Best,
Billy

[Content Hidden]

[Content Hidden]

[Content Hidden]

All set, Pauline. Adding the CSS to make sure the menu stays at 100% upon going fixed is what was needed based on the CSS you used for the header container. You should be good to go as I added that.

Best,
Billy

ok wonderful, can I use the same css fix for other websites that may incur this issue?

[Content Hidden]

Sure, Pauline. My pleasure!