Top Menu has Moved Down After Upgrade - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Top Menu has Moved Down After Upgrade

RF

Robert Fuchs

SP Page Builder 2 years ago

I have successfully upgraded to Joomla 4, installing SP Pagebuilder Pro 4.07. But now, my top menu has gone down and is misplaced and I cannot find where to fix this. Can you please help or tell me where I need to look to fix ?

This image shows how it was before upgrade, correct:

This image below shows, hot it is now after upgrade, not correct:

Thank you

0
1 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #100534

Hi

Thanks for contacting us. Use this custom CSS



@media (min-width: 1024px){
ul.sp-megamenu-parent {
    float: left !important;
    position: relative;
    bottom: 80px;
    left:220px;

}
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

-Regards.

0