menu dropdown lists won’t show over first home section

Home Forums All Other Themes menu dropdown lists won’t show over first home section

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #201744
    palomapaloma
    Participant
    • Topics: 20
    • Replies: 57
    • Total: 77
    Member since: August 9, 2016

    Hi, My dropdown menu on the top won’t show over the first home section.
    How do I correct this?
    palomadomenico.com

    #201748
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30586
    • Total: 30586
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    body .header {
      z-index: 999999;
    }

    Regards,
    Dave

    #201766
    palomapaloma
    Participant
    • Topics: 20
    • Replies: 57
    • Total: 77
    Member since: August 9, 2016

    THAT DID NOT WORK. PLEASE PROVIDE A SOLUTION.

    #201770
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30586
    • Total: 30586
    Member since: August 16, 2013

    Hi,

    Where did you add the css? Please send us a screenshot of it.

    Regards,
    Dave

    #201781
    palomapaloma
    Participant
    • Topics: 20
    • Replies: 57
    • Total: 77
    Member since: August 9, 2016

    In 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.jpg

    #201785
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30586
    • Total: 30586
    Member since: August 16, 2013

    Hi,

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.