Top Navigation Moves left when scrolling the page

HI, I am using X Theme and facing issue with top navigation menu. I have set the Header - Fixed Top,

When i scroll down on the home page, the top menu moves a little to the left.

Not able to find the reason - can you pls help
Here is the site reference : https://skidzezone.wpengine.com/

Thanks

Hello @chhavinarang,

Thanks for writing in! This issue is because of the Superfly menu. To get this resolve, you can add this CSS code into X > Theme Options > CSS.

@media(min-width: 800px){
    .x-navbar.x-navbar-fixed-top {
        margin-left: 250px;
    }
}

Please note that custom coding is outside the scope of our support. Issues that might arise from the use of custom code and further enhancements should be directed to a third party developer.

Best Regards.

Thanks for the quick solution. It works great…

Hello @chhavinarang,

Glad that @ruenel was able to help you. Please feel free to reach us if you have any queries regarding our theme and theme settings.

Thanks

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