Pricing Table is not mobile respnsive?

I believe it is not loading properly

2 Likes

Hi there, @user21634 and welcome to the Community :wave:

I’d like to explain that this is a standard horizontal layout for mobile devices, but not the issue. Right away, you can see only one full column and a part of the 2nd column. This is a common design for mobile interfaces, indicating that you can swipe left to see more columns.

Please let me know if this clarifies things or if you have any questions left :slightly_smiling_face:

1 Like

Thanks Max. Are we able to make the mobile column width a different size?

2 Likes

I’ll discuss it with the devs and will get back to you tomorrow :slightly_smiling_face:

2 Likes

Thank you for waiting! This code should help:

.es-layout-comparison-table-mobile-snap-carousel {
  grid-template-columns: unset;
  grid-auto-columns: 80%;
}

Please add it to the Custom CSS field on the Appearance tab of your widget’s settings and let me know how it worked :slightly_smiling_face:

Additionally, I’ve added to the Wishlist the idea of adding such a setting to the widget - Set column width on mobile.

If more users upvote this request, we’ll try to consider it in the future :slightly_smiling_face:

Thank you Max. It worked thank you again so much for your help.

1 Like

No sweat :wink: