Hi there,
Please inform me how can i move the cart icon to be inline with the menu bar.
I have chosen the “always attached to the main menu” option but the cart is on the top right of the header and not inline with menu bar.
Hey saquasar,
Thank you for writing to us. I have added the below code to your Quick CSS
@media only screen and (min-width:768px) {
.html_bottom_nav_header .cart_dropdown {
position: absolute !important;
right: auto !important;
top: 68px !important;
left: 50% !important;
transform: translateX(235px);
}}
Please review the site and let us know if you have any issue.
Best regards,
Vinay
Hi Vinay,
It is great in desktop view but there is an issue in mobile view, the mobile menu button is over the logo.
Also please inform me how can i change the cart icon with another icon or with the word “Cart”
thanks
Hi,
Please try this CSS as well:
@media only screen and (max-width: 767px) {
span.logo img {
max-width: 80%;
}
}
Best regards,
Rikard
Hi Rikard,
The code above didn’t work but i used some css to put the cart and the hambuger menu icon -40px to the right and now they are not over the logo .
Please inform me how can i change the cart icon with another icon or with the word “Cart”.
thanks
Hi saquasar,
Here is a thread for you to consider
https://kriesi.at/support/topic/replace-social-icons-with-text/
If you need further assistance please let us know.
Best regards,
Victoria