Ahoy
I’m trying to make the width of my menu to fit the whole title but I’m having some trouble
I’m using this code
.main_menu .menu ul { width: 390px; }
Is there a way to make to fit the long names?
Hey mcraig77,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.main_menu .menu ul {
width: 315px!important;
transform: translateX(-62px);
}
Best regards,
Vinay
Perfect! Thanks
Hi,
Glad it worked! Feel free to reach out to us again if there is anything else that you need.
Best regards,
Jordan