- Issue created by @maxilein
- π¦πΉAustria maxilein
if I add
align-items: center;
to@media (min-width: 62rem) {
.solo-inner .navigation__responsive {
display: flex !important;
flex-wrap: wrap;
align-items: center;
}
}it is correctly aligned in the menu.
But I am not sure this is the right position to add it without breaking anything else ...
please check... - πΊπΈUnited States flashwebcenter Austin TX
Hello,
The menu system in Solo has been thoroughly tested and fully respects any custom classes applied to menu links.
If you're experiencing issues with the menu, it's likely due to a conflict specific to your siteβs configuration or custom code. Unfortunately, I'm unable to assist with site-specific conflicts outside the scope of the theme.
Thank you for your understanding.
Best wishes,
Alaa - π¦πΉAustria maxilein
Thanks for your feedback.
I am using latest Drupal CMS and latest solo.dev - both without customization and no extra modules enabled.But your screenshots helped a lot to narrow the issue down:
There is a difference if a menu entry has children or not.
If it has no child the error occurs.
Please see screenshots. - πΊπΈUnited States flashwebcenter Austin TX
Hello,
Thank you for the screenshots and the detailed description.
The menu is designed to target the immediate children of a LI that contains a button or link. However, when a menu item uses nolink and has no child items, Drupal renders it as a span instead of a link or button.
Iβve updated the menu logic to account for this scenario. It is pushed to dev feel free to use it.
Best wishes,
Alaa - π¦πΉAustria maxilein
Thank you. It works beautifully.
By the way: thank you for your quick responses. And I have rarely seen such a clean and well organized theme like yours!
it is really impressive. - πΊπΈUnited States flashwebcenter Austin TX
You're very welcome β I'm glad to hear it's working beautifully!
Thank you as well for your kind words. I truly appreciate the feedback, and it means a lot to know the theme's organization and clarity stand out. If you need anything else or have further questions, I'm always happy to help!