I used a Section Store App header. I have the actual header section turned off so that the page names won’t show behind the clear header.
When I test the site, the drop down menu for shop doesn’t drop down far enough, therefore nothing can be clicked. Does anyone know how to fix this?
Hi @dancer123 I see it look good, please double check on this
Hi! It is the dropdown that it is overlapping.
Thank you
Hi @dancer123
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.header-mega-menu-container-row-sections--16201075818696__ss_header_1_8kCpYB.header-mega-menu-container-sections--16201075818696__ss_header_1_8kCpYB {
width: 100% !important;
display: flex !important;
justify-content: space-around !important;
}
Result
Best,
Liz