My checkout page table section that has the Name and Description, QTY, Price and Total is too wide on my smartphone responsive devices. It works fine everywhere else and it’s only that section that has a problem. I tried the following CSS to try and rectify the issue:
@media screen and (max-width: 375px) {
.spco-ticket-info-dv .item {
display: table-row;
width: auto;
height: auto;
}
@media screen and (max-width: 375px) {
.spco-ticket-info-dv {
width: auto;
margin-right: 5px !important;
}
@media screen and (max-width: 375px) {
.spco-ticket-info-dv table {
width: auto;
margin-right: 5px !important;
}
On an iPhone or Android Smartphone go to http://conference.lifelinks.org/events/2017-engage-conference/
and then go to the checkout page. The Details Table (Name Description, Qty, Price, Total) is wider than my device screen. When I change the table size in CSS, the tables size as expected on my desktop but not on my smart phone devices. Thanks for your help.
If possible, please contact Divi support about this issue and maybe they’ll address this in an update.
Viewing 4 reply threads
The support post ‘Responsive Display Issue on iPhone & Smartphone (Portrait only)’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.