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.
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; }
Popped that in my child theme CSS in Theme Editor and it’s all looking good now. Thanks!