Hello,
I realize that this is possibly outside the scope of service, but I’m hoping someone could easily identify why a handful of buttons are behaving differently than other, identical buttons of the same ID/Class.
The site in question is dev.itsacruisego.com. We have a plugin that allows the customer to create a custom bundle, and the plugin adds two new buttons (Add to Bundle and View Product). For almost every product in a category it honors the following CSS I added:
.mwb_cpb_add_bundle.button
{
padding: 7px 6px 7px 6px;
top: -226px;
left: -10px;
font-size: 16px;
width: 50%;
background-color: #004a98;
border-color: #004a98;
font-family: “CaviarDreams”, sans-serif;
}
However, as shown in the screenshot, for some products on the storefront the Add to Bundle button drops farther than the other Add to Bundle buttons. I have been unable to ascertain why these few seem to disregard the CSS above and instead have different spacing.
I’m hoping someone may have some insight as to what is causing this odd behavior. I’ve looked through the custom CSS I’ve added in PRO options, but I can’t identify any conflicting CSS that might be causing it. Thanks for your time and assistance.

