Archived topic
Header widget limiting size
4 replies · Started by Leonardo on July 6, 2022
Hello guys...
How do I correct the CSS and leave it the way I want: http://formuladiecast.leonardomarioto.com/wp-content/uploads/2022/07/menu.png
The current schema is the one with X...
Obs: These two elements (menu and cart) were added via Widgets in the header. I've noticed that whenever I add things there, there seems to be a space limiter...
Obs 2: Website and credentials sent in private.
Thanks!
Hi there,
I believe Max Mega menu is causing some conflicts here:
https://www.screencast.com/t/iljWwxxFN
Can you disable it to test?
There's not enough space, you can try this CSS:
#mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-item > a.mega-menu-link {
white-space: nowrap;
}
And adjust the Grid container width to give the user name/image more space.
Thanks!!!
No problem :)