• Resolved bigtimwilliams

    (@bigtimwilliams)


    I seem to be having issues when viewing created buttons in chrome and on my ios device….but the buttons look perfect in preview and on Firefox. Any ideas? I’m using the free version but happy to pay if I can understand why this is happening.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Gautam Thapar

    (@gautamanizer)

    Hi there,

    Really sorry about that! Is it possible for you to share the URL where I can check those buttons?

    Thread Starter bigtimwilliams

    (@bigtimwilliams)

    Hi Gautam,

    The website is https://www.akd-sat-comm.com

    Otherwise the button plugin is really good even for a novie like me!!

    Regards

    Tim

    Plugin Author Gautam Thapar

    (@gautamanizer)

    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; 
    }
    Thread Starter bigtimwilliams

    (@bigtimwilliams)

    it is strange that it works fine in firefox though…isn’t it?

    Plugin Author Gautam Thapar

    (@gautamanizer)

    Yes, because every browser has its own specifications for dealing with CSS.

    Thread Starter bigtimwilliams

    (@bigtimwilliams)

    sorted…many thanks!!

    Plugin Author Gautam Thapar

    (@gautamanizer)

    Most welcome!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problems with Chrome and iOS’ is closed to new replies.