Avoid menu to wrap

Hello,

How can I avoid the main menu to wrap on a second line on the Illdy theme?

There seem to be space enough but somehow the menu wraps when screen size gets to 1024px wide. How can I reduce menu text padding or have the menu take more screen width?

Thanks

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect the menu items?
This kind of issue can be unique depending on the site.

Best Regards,
Support

The link is : 1 – Guillaume GENEVOIS Médium IDF1

Hello there,

Please try adding this CSS code:


@media (min-width: 768px){
.col-sm-4 {
    width: 20%;
}
}

@media (min-width: 768px){
.col-sm-8 {
    width: 80%;
}
}

Best Regards,
Support

Thank you so much it worked like a charm!

I will close this case now, Feel free to contact us again if you have other questions Thanks!