Transparant menu on mobile

Hello,

I was looking for an answer in this topic.
The submenu on the mobile version is transparant, I added a code to solve this, but the under layer is still transparant.

I found this code:

@media (max-width: 979px) {
.x-nav-wrap.mobile {
position: absolute;
width: 100%;
top: 100%;
}

Hope you can help me to solve this.

regards, Astrid

Hey Astrid,

Thanks for reaching out!

You can change your CSS code to this one to fix your issue.

@media (max-width: 979px) {
	.x-off-canvas-right .x-off-canvas-content-right {
		bottom: auto;
	}
}

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

Thank you, it worked out well.

You are most welcome @lumijans

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