Archived topic
align cart icon to right - mobile only
5 replies · Started by Heinrich on May 13, 2021
hi team,
how to align the cart symbol mobile to the right side?
tks in advance
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;
}
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
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
hi ying, tks for the hint. both working perfect. :-)
Glad to hear that :)
You are welcome!