Move My Meny Back Where It was - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Move My Meny Back Where It was

Y

yoquiltrucci

Helix Framework 4 years ago

Hello

i updated my joomla to 3.10.1 and Helix Ultimate 2 my menu moved to the left and it doesn't move back regardless of the type of header i choose in the Helix editor

could you please help me?

here you can see how my menu is right now www.merieuxmexico.com and and i am sending an image https://postimg.cc/K4n8VKGW so you can see what i need.

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #29657

Hi there!

Sorry for your issue!

Would you please give me your admin access to check?

Did you reset your menu? Here is the template options: https://www.joomshaper.com/documentation/helix-framework/helix-ultimate-2/menu-navigation

Best Regards

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 years ago #29658

Hi, You can use this custom css

#sp-menu.menu-with-social .sp-megamenu-wrapper{
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-end !important;

}

Add this css code inside the custom.css file. Note: 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. https://prnt.sc/pu705g https://prnt.sc/pu70zn In Extensions>Template> Template Options > Custom Code > Custom CSS please add this Thanks

0