Mobile align customer account

Screenshot_1

How can i align cart with customer account in mobile?

Please share URL of your website. We will try to provide you with the required CSS

https://aivee.ro on mobile only

Please add the following code to the CSS section of the theme editor

@media (max-width: 480px) {
  .top-cart-content .ty-dropdown-box {
    text-align: left;
    padding-left: 10px;
  }
}

This moves the cart to the left, i need to align cart with account info.

Do you mean one line? In this case please try

@media (max-width: 480px) {
  .top-cart-content .ty-dropdown-box {
    margin-bottom: -50px;
  }
}

Cant see the dropdown

Screenshot_1

Nevermind :slight_smile: Its ok now

Screenshot_2

Thank you very much for helping me

Edit: Is there a way to move meniu on the same line?

1 Like

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