Menu is not fixed on mobile devices

How can I make the menu remains fixed at the top of mobile devices after scroll?

Actually, the menu is fixed only on desktop versions. But when i switch on mobile devices, the menu is anymore fixed. It becomes inline as all the blocks of the website.

I remember to have changed the menu settings to fixed. But it is not working.

You can check by your self on http://ministere-elshaddai.org/

Your help will so much appreciated.

BEST REGARDS, YUDA.

Hello @mugaboarmand,

Thanks for writing in!

I noticed that you are using Cornerstone 3.3.6 with an older version of the theme. X Theme 6.3.6 is now available in automatic updates! This release contains fixes for several issues so be sure to check out the changelog (https://theme.co/changelog/). Please do update to the latest version. After doing the updates, always remember to clear all caches when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

And to make the mobile menu as fixed, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

@media (max-width: 979px){
  .x-navbar-fixed-top{
    position: fixed;
  }
}

Please let us know how it goes.

1 Like

Is the X theme giving automatic updates? Mine is not showing any update information. It only tell me that a new version is available but doesn’t tell me how to install it. Can you please tell how i can update the theme? Actually i’m doing a backup and try updating using the zip i downloaded.

Hi There,

You can click on the Check Again button to find the latest version of X:

Or visit the X > Validation page then click on Check Now button:

Please take a look at this article:

Hope it helps :slight_smile:

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