Hi there,
Really sorry about that! Is it possible for you to share the URL where I can check those buttons?
Hi Gautam,
The website is http://www.akd-sat-comm.com
Otherwise the button plugin is really good even for a novie like me!!
Regards
Tim
Hi Tim,
Thank you for the kind words!
Your accordion seems to be overriding the button styles.
#accordionPro174, #accordionPro174 * {
margin: 0;
padding: 0;
border: 0;
font-family: Arial, Verdana, sans-serif;
vertical-align: baseline;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
If you have the option to add custom CSS then you can add the below CSS to fix the issue. Or use a free plugin to add custom CSS.
#btnsx-2124 {
border-top-width: 4px!important;
border-bottom-width: 4px!important;
border-left-width: 4px!important;
border-right-width: 4px!important;
border-style: solid!important;
border-color: #ffffff!important;
}
it is strange that it works fine in firefox though…isn’t it?
Yes, because every browser has its own specifications for dealing with CSS.