Mobile version menu overlapping

Hello,

I used the child theme to move my menu below my logo, but now on my mobile version the menu is overlapping on my slider photo. My link is sunshinegiftshoppe.ca

Is there anything I can do?

Hi @ashala101,

Thank you for your question.

You can try resolving this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

@media (max-width: 767px){
#page .navbar-collapse {position: relative;top: 0;}
}

Best Regards,
Movin

Hi, thanks so much for your response.

It doesn’t seem to be working, though. Ive tried it on my other site as well as I am having the same issue:

fernandtree.com

I visited your site and found the shared code is working fine on your site as shown in the attached screenshot.

The first screenshot displays before using the provided CSS code and second screenshot displays after using the CSS code.

Are you not getting the same result?