jamesclark1098
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
This worked for me to stop the wrapping of sub-menu text onto multiple lines once I hover over the navigation menu:
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
height: auto;
min-width: max-content !important;
opacity: 1;
overflow: visible;
visibility: visible;
width: auto;
}This worked for me to stop the wrapping of sub-menu text onto multiple lines once I hover over the navigation menu:
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
height: auto;
min-width: max-content !important;
opacity: 1;
overflow: visible;
visibility: visible;
width: auto;
}Hi Rodica,
Here is the link:
https://powderblue-wombat-197279.hostingersite.com/
Thanks, James
- This reply was modified 1 year, 8 months ago by jamesclark1098.
Viewing 3 replies - 1 through 3 (of 3 total)