AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: MoeDawood15 on January 14, 2024, 10:56:34 AM

Title: Bootstrap 5 Top Menu does not break to new line
Post by: MoeDawood15 on January 14, 2024, 10:56:34 AM
Hi

I have a small problem with the new bootstrap 5 template , when the menu has too many categories it does not break to a new line

How can I achieve this

Please see atatched screenshot of current boostrap 5 template and old template

Title: Re: Bootstrap 5 Top Menu does not break to new line
Post by: Basara on January 15, 2024, 01:47:31 AM
Hello.

Remove the flex-md-nowrap class from https://github.com/abantecart/abantecart-src/blob/master/public_html/extensions/bootstrap5/core/helper.php#L27
Title: Re: Bootstrap 5 Top Menu does not break to new line
Post by: MoeDawood15 on January 15, 2024, 04:28:59 AM
Perfect seems to have done the trick
Title: Re: Bootstrap 5 Top Menu does not break to new line
Post by: Nuno Neff on January 15, 2024, 04:40:10 AM
Thanks Basara ;)