Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #714913

    I am trying to move the Menu Cart to an alternate header. See the attached screens. How can i do this?

    From This

    To This

    • This topic was modified 7 years, 11 months ago by kylebarnick.
    #715961

    Hey kylebarnick,

    what do you mean? epecially with alternate header? can you explain further please?

    Best regards,
    Andy

    #716930

    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.

    #717646

    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

    #717921

    client.kylebarnick.com/3dadisplay

    #718256

    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

    #730416

    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.

    #730701

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.