Reply 299474 to: Too much spacing on Tablet and mega menu label alignment

Avatar: Rose Tyler
Rose Tyler
Support staff
August 21, 2021 at 07:58

Hello,

Thanks for the reply.
Add the next code in Theme Options > Theme custom CSS > Global custom CSS:

.mobile-menu-content .menu-item-object-product_cat a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.mobile-menu-content .menu-item-object-product_cat img {
    margin-bottom: 10px;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.