• Resolved snapdragon777

    (@snapdragon777)


    For some reason, the main menu item added by this plugin never appears in line with the menu, it’s always higher or lower than the rest of the text. Does anyone know why this might be or how it could be fixed?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hi! Can you provide a link to your site? It’s possible your theme applies a specific or style to the regular menu items and our plugin doesn’t pick up on this automatically. Seeing the site will let us check whether this is indeed the case.

    Thread Starter snapdragon777

    (@snapdragon777)

    I have the cart header link set not to show unless there is something in the cart, so you will have to add something to cart to see the issue I think. Here is a link to a product: https://lastrollgame.com/the-rpg/#rpg-add-to-cart It’s Name Your Price, so input any number (including 0).

    The site is obviously not finished, but you should be able to see the issue I’m describing.

    Styling applied by the theme includes padding controlled in Customizer, this could be the issue?

    Thanks for your help!

    Plugin Contributor Ewout

    (@pomegranate)

    It seems that your theme uses a secondary span element nested in the menu items and our plugin doesn’t have that span. The simplest solution that I see is applying the padding they use for this:

    
    .wpmenucart-contents { padding-bottom: 10px !important; }
    
    Thread Starter snapdragon777

    (@snapdragon777)

    Popped that in my child theme CSS in Theme Editor and it’s all looking good now. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cart Appearing Higher or Lower than Main Menu Text’ is closed to new replies.