Expanded Header - Adjust Formatting - Question | JoomShaper

Expanded Header - Adjust Formatting

C

carpenterwd

Template 1 year ago

SheFund Template

I've made the header larger to accomodate a larger logo. However now the underline borders on the menu and the drop down menu appear way below the actual menu parent items. How can I pull these back up to where they should be?

0
1 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #145964

Hi

Thanks for contacting us. Use this custom CSS in your custom.css file

.sp-megamenu-parent .sp-menu-item a:before{
    position: absolute;
    bottom: 65px !important;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner{
    position: absolute;
    top: -40px !important;
}

-Regards.

0