• Resolved tanuki1986

    (@tanuki1986)


    For some reason the cart icon and item are not aligned with the rest of the menu.
    My other menu items are centered vertically but the cart icon seems to be aligned on the top.
    I tried in the inspecter to add bootstrap classes to
    class=”wpmenucartli wpmenucart-display-standard menu-item menu-item-type-custom menu-item-object-custom nav-item align-items-center” and to class=”wpmenucart-contents” but it doesn’t have any impact..
    How can I get everything to vertically center align ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter tanuki1986

    (@tanuki1986)

    Found the solution in a last desperate attempt..

    .wpmenucartli {
    @extend .my-auto;
    }

    Plugin Contributor Ewout

    (@pomegranate)

    Glad to hear you found a solution. If you want to look into this for you too for a different solution, send us a link to your site and we’ll look into this!

    Also having this issue using beaver builder theme. What extra CSS do we need to add to the theme to correct? The above did not work.

    Plugin Contributor Ewout

    (@pomegranate)

    If you post a link to the site in question we can check what’s breaking the alignment, there is no generic solution to this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘cart and item vertical alignement’ is closed to new replies.