Support

Home Forums Event Espresso Premium Price tables not resizing in mobile devices correctly

Price tables not resizing in mobile devices correctly

Posted: December 23, 2017 at 9:28 am

Viewing 1 reply thread


wpressmedia

December 23, 2017 at 9:28 am

When viewing price tables in mobile devices, the “Qty” field is cut off. Please see the image link for screen shot example:

iPhone screen shot


Josh

  • Support Staff

December 26, 2017 at 10:40 am

Hi there,

The problems you’re seeing are the result of the betheme applying some non-responsive styles where responsive styles are needed. One example is highlighted in this screenshot:
https://slack-files.com/T02SY781D-F8JS5R3SM-8c9ba8efd7

You can override those errant styles from the betheme by adding the following CSS code to your site’s Customize > Additional CSS panel:

@media only screen and (max-width: 768px) {
 .section_wrapper table {
  font-size: 0.85em;
 }

 table td select {
  width: auto;
 }

 table td {
  padding: 10px 0;
 }
}

@media only screen and (max-width: 480px) {
 .section_wrapper{
  padding-left: 10px !important;
  padding-right: 10px !important;
 }
}
Viewing 1 reply thread

The support post ‘Price tables not resizing in mobile devices correctly’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso