Home › Forums › All Other Themes › menu dropdown lists won’t show over first home section
- This topic has 5 replies, 2 voices, and was last updated 1 year, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
November 14, 2022 at 3:03 am #201744
Hi, My dropdown menu on the top won’t show over the first home section.
How do I correct this?
palomadomenico.comNovember 14, 2022 at 10:56 am #201748Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
body .header { z-index: 999999; }
Regards,
DaveNovember 14, 2022 at 10:35 pm #201766THAT DID NOT WORK. PLEASE PROVIDE A SOLUTION.
November 15, 2022 at 10:34 am #201770Hi,
Where did you add the css? Please send us a screenshot of it.
Regards,
DaveNovember 16, 2022 at 2:04 am #201781In the Basic, custom css
Here’s all the customization:
.header{background-color: rgba(255,255,255, .4);}
.designbox {
min-height: 440px !important;
body .header {
z-index: 999999;
.skt-builder-home-section1-block .designs-thumb {
height: 330px;
}
.skt-builder-home-section2-block .designbox-content {
min-height: 230px;
}
.designbox {
min-height: 480px !important;
}
screenshot:
http://palomadomenico.com/wp-content/uploads/2022/11/Capture.jpgNovember 16, 2022 at 10:58 am #201785Hi,
The issue is coming because of this CSS. it is missing a lot’s of closing bracket.
Kindly replace this CSS code into the custom CSS box.
.designbox { min-height: 440px !important;} body .header { z-index: 999999;} .skt-builder-home-section1-block .designs-thumb {height: 330px;} .skt-builder-home-section2-block .designbox-content {min-height: 230px;} .designbox {min-height: 480px !important;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.