Welcome,
Guest
|
|
The menu is heading right / then left and right again overlapping each other. with the same color menus it's very frustrations.
Expected result Head Menu Sub 1 Sub 2 Sub 3 and so on See attachment. menu's are over lapping with in the menu and the attached expected result image
Attachments:
|
Last Edit: 1 week 3 days ago by D3FCON.
The administrator has disabled public write access.
|
|
Hi,
Can you please share with us a live example of how you are wanting to show here. Thanks, Nishtha |
Thank You,
If you like our support and products, tweet us at joomdev and let the world know about it. To know more about products check out the their documentation.
The administrator has disabled public write access.
|
|
Site is internal so I can't share URL's.
Here is a recording of the issue drive.google.com/file/d/1zQFh3JZcM4FvCrrWu6yBQSPOGGK55O9D/view Here is an image of what I want i.imgur.com/966JQWU.png |
The administrator has disabled public write access.
|
|
Hi,
Thanks for using Astroid Framework, I understand what issue you are facing of, But this is how a menu should be work, The logic is, a submenu will always be appear in the right, if it doesn't have space in right than it will be appear to the left. Here we are with two solutions. #1. You can add some box-shadow or border to the submenu so that it will visually not look like overlapped. #2. If you still strictly wants to always open the submenu in the right side than you can add below css. .nav-submenu-static>li>.nav-submenu.right {
left: 100% !important;
}
.astroid-nav .nav-submenu>li>.nav-submenu.right {
left: 100% !important;
} Thanks, Hitesh |
The administrator has disabled public write access.
The following user(s) said Thank You: D3FCON
|
|
The Shadow Idea may be the way to go, Ill try both. Thankyou
Now to find the Border CSS Code somewhere |
Last Edit: 3 days 23 hours ago by D3FCON.
The administrator has disabled public write access.
|
|
Here is the border css.
.astroid-nav .nav-submenu>li>.nav-submenu { border: 1px solid COLORCODE; } |
Thank You,
If you like our support and products, tweet us at joomdev and let the world know about it. To know more about products check out the their documentation.
The administrator has disabled public write access.
|
JoomDev is not affiliated with or endorsed by Open Source Matters or the Joomla! Project. The Joomla! logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
Powered by Astroid Framework © 2021 JoomDev. All Rights Reserved.