- Posts: 146
- Thank you received: 0
Menu sublevel to be displayed horisontally
-
Hazzo
Inactive member - Topic Author
- Member
Less
More
3 years 3 months ago - 3 years 3 months ago #47981
by Hazzo
Menu sublevel to be displayed horisontally was created by Hazzo
Hi, is there a way to get the sublevel menu to be displayed horisontally instead of vertically?
As I have it now, the sublevel is visible on the main page, but when navigating to another page the lower part of the menu disappears in the background.
As I have it now, the sublevel is visible on the main page, but when navigating to another page the lower part of the menu disappears in the background.
Last edit: 3 years 3 months ago by milos. Reason: couldn't copy in image
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
3 years 3 months ago #47982
by milos
Replied by milos on topic Menu sublevel to be displayed horisontally
Hello,
A better solution is to fix this and move the submenu above the background. Please provide a link to your site so I can give you a solution.
Thanks,
Milos
A better solution is to fix this and move the submenu above the background. Please provide a link to your site so I can give you a solution.
Thanks,
Milos
Please Log in to join the conversation.
-
Hazzo
Inactive member - Topic Author
- Member
Less
More
- Posts: 146
- Thank you received: 0
3 years 3 months ago #47983
by Hazzo
Replied by Hazzo on topic Menu sublevel to be displayed horisontally
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
3 years 3 months ago #47984
by milos
Replied by milos on topic Menu sublevel to be displayed horisontally
The submenu is above the background, but it's white text on the white background. I recommend you to go to the template settings, and under the Menu tab, add green background color for the submenu panes. Then the submenu will be visible.
Thanks
Thanks
Please Log in to join the conversation.
-
Hazzo
Inactive member - Topic Author
- Member
Less
More
- Posts: 146
- Thank you received: 0
3 years 3 months ago #47985
by Hazzo
Replied by Hazzo on topic Menu sublevel to be displayed horisontally
Yes, I know. I changed the background in the panes but thought it would look much better if the submenu spread out horisontally instead. Since I only have one menu item (OM TRAMO ETV) that has submenus, I thought it would work fine to spread them out below the main menu instead.
Do you think it can be done with some crafty css?
Do you think it can be done with some crafty css?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
3 years 3 months ago #47986
by milos
Replied by milos on topic Menu sublevel to be displayed horisontally
Try adding this in custom CSS:
Code:
ul.menu li ul li {
display: inline-block;
}
Please Log in to join the conversation.
Time to create page: 0.239 seconds