• Resolved meishanized

    (@meishanized)


    I have this dropdown that drops from the Services tab and when I click on it to drop down it covers half of the Services tab.

    the website is https://test-site.qlfcomponents.org

    I’ve searched thru the CSS of the parent theme and still can not for the life of me figure this out. Any help would be awesome.

    Thanks,

    Mei

Viewing 1 replies (of 1 total)
  • Thread Starter meishanized

    (@meishanized)

    Okay, so finally I found the correct css tag to fix this. I’ll post it below for others incase the have the same issue.

    .main-navigation ul ul { /* for sub-menu to move container down*/
    top: 2.6em !important;
    border: none !important;
    border-radius: 0px !important;
    position: absolute !important;
    background-color: : #fff !important;
    }

    I had to put !important after each one to override the parent theme.

    Hope this helps.

    -Mei

Viewing 1 replies (of 1 total)
  • The topic ‘Sub-menu issue… help please’ is closed to new replies.