Is it possible to move the shopping cart icon to the secondary menu area? I have a site where the logo is centered with the menu centered below it. The client doesn’t like the icon when it is on the right edge of the window and would like it moved to the header but when I turn it on in the header it looks out of place in the default location. Any suggestions on how to move it next to the secondary menu and social media icons?
Thanks!
kcm
Hey Kevin!
please always provide us a link showing what you are talking about, because we need to inspect the elements. Screenshots showing what you want to achieve would help a lot.
Regards,
Andy
The easiest thing to do would be to look at Everlane.com where the cart icon is in the band across the top of the screen above the logo and main menu. Let me know if that makes sense.
Thanks,
kcm
Hi!
Can you please post the link to your website?
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 990px) {
.html_header_top.html_bottom_nav_header #header_main {
z-index: 10;
}
ul.cart_dropdown {
top: 12px;
}}
Best regards,
Yigit