Hi support team of fire. I have customized this site site https://dev.ecordl.ca from the Lawyer demo. I would like to have the submenu of the header aligned left from the parent menu. In some screen views the the menu is displayed outside of the page. Thanks!
Forget that. I have made a custom header instead.
Hi @philippe11,
Thank you for reaching out to us. I checked your site in different screen resolutions and couldn’t replicate the issue on my end. The sub menu is aligned left from the parent menu (see screenshot)
However if the issue persists then you can add the following code in the Element CSS of your Navigation Inline element:
$el > li > ul.x-dropdown {
left: 0;
right: auto;
}
Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

