Close button in mobile menu not showing

Posted in: Newspaper
Post count: 66

I just noticed that the “X” is not showing in the mobile menu.

here is my site –> http://hoops.ph/

Any fix for this? Thanks.

Post count: 22421

Hello,

It seems the css for the button does no apply properly. It could be a plugin influencing the css. Please try to disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Post count: 66

thanks Bogdan, found the culprit – Ad Inserter PRO.

Post count: 66

Would it be possible to move the “X” down and make it in the same line as the “Home” link?

Thanks!

Post count: 22421

Hi,

You can reduce the socials container to 0px so the menu will come up to the x using this custom code:

#td-mobile-nav .td-menu-socials{
height: 0px;
}

Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.