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

    Hello

    I am trying to display the cart in my main menu but I am facing some difficulties. Below are my options and the result I am getting.

    Header option: http://prntscr.com/jpfmp9
    Header Shopping Cart Icon option: http://prntscr.com/jpfmah
    Result: http://prntscr.com/jpfn5a

    I was expecting for the cart to be next to the flag (which is the last item in my menu) and not in the specific place. I have searched other topics for the same problem but no proper answer is being given. I do not want to place just an icon in my menu by using the method descibed in https://kriesi.at/support/topic/enfold-woocommerce-cart/#post-699895.

    I would like to have the whole dropdown thing of the cart (now located in the top right corner) in the menu. Can it be done with the theme options or do I have to resort in customization?

    Thank you for your time.

    Regards,
    Alexander

    #965391

    Hey bluemonkey36,

    I checked the issue on your site, it appears you already figured out or in the process of adding a modification? I notice 2 cart icons.

    If you still need a fix please try the below code in Quick CSS

    #menu-item-shop.cart_dropdown {
        right: 0px!important;
        top: 70px!important;
        transform:translateX(-20%);
    }

    Best regards,
    Vinay

    #965442

    Hello Vinay

    the second icon was a leftover from the method suggested by a collegue of yours.
    Thank you for the fix. It did the work along with an appropriate fix for mobile view.

    Regards,
    Alexander

    #965766

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Cart in main menu’ is closed to new replies.