Archived topic
Sub-menu issues with masonry
3 replies · Started by Alex on February 4, 2023
Viewing posts 1–4 of 4
Hi guys,
There seems to be a conflict between the sub-menu and the masonry. Overlapping + non-responsiveness.
Before switching to block elements, didn't have any such issues.
Please take a look as I fail to find the source of the problem.
Thank you in advance.
Hi Alex,
Can you try adding this CSS:
.sidebar {
position: relative;
z-index: 1;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Perfect! Thank you Ying
No Problem :)
This archived topic is closed to new replies.