Menu Position Moved In J4.2 Update - Question | JoomShaper

Menu Position Moved In J4.2 Update

J

John

Helix Framework 1 year ago

My site is running Helix Ultimate at the latest revision, on PHP8 after upgrading my site form J3.9.11 to J4.2 my menu has now moved to the middle of the page rather than beside the logo as it was in J3.9 You can see the differences in the pages listed.

How do I return the Hom and menu back to the origonal position?

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #85626

Hi there!

Thanks for your query.

If you are talking about the test URl and menu should be close to the logo at the left side of the Header, then please use the following code in your custom CSS:

#sp-menu>.sp-column {
    justify-content: flex-start !important;
}

Note: Path towards custom CSS(Joomla 4): System>Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/5mBuSRh907N3

https://prnt.sc/ooiq-lkMEXr_

https://prnt.sc/nunlX-f5AhK1

Hope this helps!

Best Regards

0
J
John
Accepted Answer
1 year ago #85825

Thanks for this, the only issue is that the full menu set up then goes off the page!

0