Pricing table not mobile responsive

my pricing table is not displaying properly on mobile: https://www.sharewise.com.au/membership-pricing

see screenshot

1 Like

Hi there, @user16276 :wave:

I’ve checked your website and the widget is displayed correctly on my end (vertically as a List view):


If you’d like to display tables horizontally, feel free to use this code in the Custom CSS field on the Appearance tab of your widget’s settings:

@media (width <= 640px) {
  .global-styles,
  .eapps-pricing-table {
    width: 100%;
  }

  .eapps-pricing-table-inner {
    width: 100%;
    overflow: hidden;
  }

  .eapps-pricing-table-columns-container {
    flex-direction: row !important;
    align-items: unset !important;
    justify-content: flex-start !important;
    width: 100%;
    padding: 1px 0;
    overflow: auto;
  }

  .eapps-pricing-table-column {
    min-width: 275px;
  }
}

If the issue still persists, please specify the device you are using. I’ll be happy to look into this for you :slightly_smiling_face:

thank you max. I like it displayed vertically how your screenshot shows. however, how do I make the caption underneath the price centred? i.e. the $84.58 monthly fee is aligned to the right

1 Like

We’ve fixed the issue with this CSS code:

.eapps-pricing-table-inner * {
  float: none !important;
}

Please check your website and let me know if it’s fine now :wink:

1 Like

that works now! thank you so much max for your help!

2 Likes

No sweat!

By the way, we’ve just launched a new challenge, where you can win a 6-month extension to any of your subscriptions.

Check the details and join in - October Challenge: Create Slogan for Elfsight and Win 6 Free Months! (+2 weeks guaranteed)

The challenge will be finished on October 31, so do not miss your chance to participate :wink: