Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #459700

    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

    #460961

    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

    #461008

    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

    #461381

    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

    • This reply was modified 8 years, 10 months ago by Yigit.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.