Tagged: enfold, woocommerce
I am trying to move the Menu Cart to an alternate header. See the attached screens. How can i do this?
Hey kylebarnick,
what do you mean? epecially with alternate header? can you explain further please?
Best regards,
Andy
Basically i am using the Logo Left Menu Below header style. the screens in the original post show the Cart floating in the original header. I would like it attached to my main menu like shown in the second screen.
Hi,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Andy
client.kylebarnick.com/3dadisplay
Hi,
use this code inside Quick CSS field:
.html_cart_at_menu.html_bottom_nav_header #menu-item-shop {
top: 48px;
right: -67px;
}
Best regards,
Andy
Andy
I have moved the site from the Development server to our live server and now this does not work. I have tried every part of the code imaginable. Can you help.
Hi,
try to add an !important:
.html_cart_at_menu.html_bottom_nav_header #menu-item-shop {
top: 48px !important;
right: -67px !important;
}
Don’t forget to clear browser cache and hard refresh a few times.
Best regards,
Andy