Top overlapping menus

See the attached. When new pages are created the standard location for the main content is overlapping the menu. WHere is this adjusted so I can lower it below the menu

Hi There,

To fix this issue, please add this custom CSS under X > Theme Options > CSS:

body.x-navbar-fixed-top-active .x-navbar-wrap {
    height: auto;
}

Let us know how it goes!

Works perfect. Thanks.

Is there any document that defines all the class names in details.

Hi again,

You can checkout https://theme.co/apex/forum/t/customizations-css-class-index/207

Cheers!

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