Hello,
1. it’s possible to make account and wishlist of the menu inline???? like in the screen shoot: https://prnt.sc/w4yq8z
2. The icon of account it disappeared only on mobile version, even if it is checked in the menu!
Thank you
This topic has 3 replies, 2 voices, and was last updated 4 years, 12 months ago ago by Eduard
Hello,
1. it’s possible to make account and wishlist of the menu inline???? like in the screen shoot: https://prnt.sc/w4yq8z
2. The icon of account it disappeared only on mobile version, even if it is checked in the menu!
Thank you
Hello,
1) Try to use the next custom CSS code:
.mobile-menu-content .et_b_header-wishlist,
.mobile-menu-content .et_b_header-account {
display: inline-block;
width: auto;
}
.mobile-menu-content .et_b_header-wishlist {
margin-left:15px;
}
Regards
thank you very much
The issue related to '‘Menu mobile’' has been successfully resolved, and the topic is now closed for further responses