Align Menu with cart

Is there a way to move meniu on the same line with cart and account? Website aivee.ro

Screenshot_2

Looks like you solved the problem. Please confirm

This menu to align

Any ideea how to solve this?

Also, i want to hide this

Please try

@media (max-width: 480px) {
  .top-menu .ty-menu__items .ty-menu__menu-btn {
    width: 30%;
    margin-top: -53px;
  }
  .ty-product-switcher {
    display: none !important;
  }
}

Awesome! Thank you a lot!

I have this problem when are products in cart

Please try

@media (max-width: 480px) {
  .top-cart-content .ty-dropdown-box__title {
    margin-left: 35px;
  }
}

Really appreciate the help!

1 Like

Ok, i managed to edit my logo position on mobile, but for search bar i cant find @media (max-width: 767px) .ty-search-block { for editing position.

1 Like

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.