Tagged: 

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

    Hi there,

    I want the shopping cart in de top secundary menu, left next to the social media icons. The shopping cart icon must stay there, even when there is no product in the shopping cart.

    Can you help me?

    • This topic was modified 7 years, 5 months ago by Donnykool.
    #695148

    Hey Donnykool,

    Thanks for reaching out to us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #header_meta {
        z-index: 1;
    }
    
    .html_cart_at_menu.html_bottom_nav_header #menu-item-shop {
        float: right;
        right: -80px;
        top: -60px;
        z-index: 999;
    }

    Best regards,
    Jordan

    #695166

    Hi Jordan,

    Thanks for your respond! It works, however it won’t stick. It is a stickey header and if I scroll down, the shopping cart dissapeares because it won’t stick with the header.

    I hope you can help me with this

    Regards,
    Donny

    #696318

    Hey!

    Please add this code below the previous ones.

    .html_cart_at_menu.html_bottom_nav_header .header-scrolled #menu-item-shop {
        top: -30px;
    }

    Best regards,
    Ismael

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