Mobile Pricing Table

  • Issue description:
    Hi, I have a Widget that I love but on the mobile it doesn’t fit the title right and the word is cut off. Any way I can put some css to hav it only resize in mobile to fit the title or decrease the padding, or widen the column? It’s the Enthusiast & Professional

  • Link to the page with the widget in question:

IN MOBILE ONLY

https://www.kellycotydesign.com/dive-in

1 Like

Hello @Alison :wave:

Thank you for contacting us!

I am so sorry that you’ve faced such an issue with our app :pensive:

I’ve forwarded your request to our devs and, hopefully, they’ll come up with a proper solution really soon. Please do not worry, I’ll keep you updated :wink:

Hello @Alison!

Here is custom CSS code that should help you with this issue:

@media(max-width: 500px) {
  .eapps-pricing-table-column .eapps-pricing-table-column-inner .eapps-pricing-table-column-title-container {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
}

Please let us know if it works!

1 Like