Hi, I would like to know why you don’t see the responsive version of the sidebar menu on the right.
I wish it could be seen on smartphone and tablet, below, just above the footer.
Thanks
Hi,
Thanks for the login details. You have this CSS added in Quick CSS which is hiding the menu items:
@media only screen and (max-width: 1024px) {
.menu-item {
display: none;
}
}
Please remove that CSS, or alter it so that it only targets the elements which you want to remove.
Best regards,
Rikard
The problem is that by deleting that CSS command, you see the sidebar menu on mobile, but the main menu at the top under the logo disappears .. how can I fix this?
Thanks
Ok, i fixed it.