Some Css Changes On Top Bar Menu

Hi

I would like to make some changes on my website.

Could you please help me with this?

So.

1. Top bar menu - I need to do it as two line menu - because category names are too long

2. To make border for menus.

Thanks in advance

Artunj

Please share the URL of your website

Please share the URL of your website

happymall.org

Please try

@media (min-width: 768px) {
    .ty-menu__item .ty-menu__item-link {
        max-width: 150px;
    }
}

Please try

@media (min-width: 768px) {
    .ty-menu__item .ty-menu__item-link {
        max-width: 150px;
    }
}

Thanks so much :)

You are welcome!