Home › Forums › WoodMart support forum › Fix menu width
Fix menu width
- This topic has 11 replies, 2 voices, and was last updated 7 months, 4 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 28, 2024 at 7:11 pm #576305
ex501ParticipantHello,
Part of navigation is not filling the space and last menu item is causing the trouble.
I have already tried to disable all the plugins but it’s not related.Obviously last menu item has smaller icon for some reason, no gap and menu is not taking all the space in the header therefore lastmenu item is breaking.
See attached private screenshot
Please check private content for screenshots:
Attachments:
You must be logged in to view attached files.June 29, 2024 at 2:42 pm #576425
Aizaz Imtiaz AwanKeymasterHello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
li#menu-item-21048 { width: 300px !important }
Best Regards.
June 29, 2024 at 4:41 pm #576459
ex501ParticipantHello and thanks for the reply.
But that didn’t solve the whole issue. There is still no gap between that menu item like between others and icon is still smaller size than it should be.July 1, 2024 at 10:00 am #576603
Aizaz Imtiaz AwanKeymasterHello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
li#menu-item-21048 { width: 300px !important; margin-left: 20px; }
Best Regards.
July 9, 2024 at 2:26 pm #582116
ex501ParticipantCSS did solve issue but this is obviously a bug and should be fixed in future updates.
Thanks 🙂
July 9, 2024 at 2:53 pm #582135
Aizaz Imtiaz AwanKeymasterHello,
The issue isn’t due to our theme; it’s caused by the length of your menu item being too long.
Best Regards.
July 9, 2024 at 7:36 pm #582199
ex501ParticipantNot really. This happens only when icons are added to the menu items.
Even if i shorten the name and remove your css code, bug still appears (see attached)Even though there is more than enough space from left and right side of the menu.
Attachments:
You must be logged in to view attached files.July 10, 2024 at 9:50 am #582293
Aizaz Imtiaz AwanKeymasterJuly 10, 2024 at 10:36 am #582319
ex501ParticipantThats because i solved problem with CSS.
But if you test it on your own platform (add few menu items with icons) you will notice bug yourself. Last item will always break regardless of the width.
July 10, 2024 at 12:07 pm #582355
Aizaz Imtiaz AwanKeymasterHello,
The issue with the menu item appears to be related to the length and the icon associated with it. While the CSS fix addresses the symptom, it might be necessary to adjust the width of the menu item for now.
We are committed to providing a seamless experience and will investigate this further to determine if there is an underlying bug. In the meantime, shortening the menu item name and using the custom CSS should resolve the display issue.
Best Regards.
July 10, 2024 at 12:51 pm #582377
ex501ParticipantThanks, hope you patch it up.
July 10, 2024 at 2:54 pm #582414
Aizaz Imtiaz AwanKeymasterHello,
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register