Content overlapping after making mobile header sticky

Hi,
this thread was started at https://theme.co/apex/forum/t/how-to-remove-the-url-field-in-the-comments-field/
. After making the mobile menu sticky, the content on pages overlap. Please check secure note for domain name.

Hi,

To fix it, you can add this in X > Launch > Options > CSS


@media (max-width: 979px) {
body.x-navbar-fixed-top-active .x-navbar-wrap {
    height: 90px;
}
}

Hope that helps.

Tweaked the height & it fixed the issue.
Thanks for the great support & quick reply.

You’re welcome! :slight_smile: