[Resolved] align cart icon to right – mobile only

Home Forums Support [Resolved] align cart icon to right – mobile only

Home Forums Support align cart icon to right – mobile only

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1777204
    Heinrich

    hi team,

    how to align the cart symbol mobile to the right side?
    tks in advance

    #1777290
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .has-inline-mobile-toggle .mobile-menu-control-wrapper {
        flex: 1;
    }
    .has-inline-mobile-toggle .mobile-menu-control-wrapper .menu-toggle {
        margin-right: auto;
        flex: 0;
    }
    #1778131
    Heinrich

    hi david,

    is working perfekt, tks.

    can you tell me where i can find the padding settings for desktop primary menue. the hight setting is 30px, but the real hight is 50px? i want to choose 50 px height an no padding top and bottom.

    and which selector i have to choose when i want a divider (border-bottom) for the submenu?

    tks in advance

    #1778215
    Ying
    Staff
    Customer Support

    Hi Heinrich,

    You have this CSS which is adding 10pxpaddings top and bottom to the menu items:
    https://www.screencast.com/t/lvojNsg0M

    You can try this selector for submenu: .main-navigation .main-nav ul ul li a

    #1778468
    Heinrich

    hi ying, tks for the hint. both working perfect. ๐Ÿ™‚

    #1780634
    Ying
    Staff
    Customer Support

    Glad to hear that ๐Ÿ™‚

    You are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.