- This topic has 2 replies, 2 voices, and was last updated 2 years, 11 months ago by
wensolutions.
- AuthorPosts
- June 13, 2020 at 2:10 pm #26927
rado
ParticipantIn the mobile phone version when i press > BOOK NOW the box SELECT NOW hides CHECK OUT option.
Loook like the clients need to close SELECT PAX than are able to press BOOK NOW and CHECK OUT.My question is is it possible for the box select pax TO BE CLOSE AUTOMATICLY? client might be confuse and not know the need to close.
The problem apers only on the mobile phone version
Rado
June 14, 2020 at 2:17 pm #26942rado
ParticipantSorry for misleading. The issue was fixed by setting.
However I have problem with CHECKOUT page that i cannot fix.
The page seams to be VERY OVER SIZED both mobile and comp viewhttps://altmantravel.com/wp-travel-checkout/
Here is the link to the view.
I customized the single trip view changing order and
deleted type, activity, size by adding SCC code if that might cause the problem?
But i didn’t do anything to CHEKOUT page which seams to be not functional well
with this view.Any solution???
Rado
June 15, 2020 at 8:39 am #26964wensolutions
KeymasterHello @rado,
The issue has raised due to the incompatibility of the plugin with the theme that you have used.
However, you can use below-given CSS to fix the issue.
.checkout-page-wrap{ grid-template-columns: 65% 35% !important; } @media(max-width: 991px){ grid-template-columns: 100% !important; } #content #primary{ width: 100% !important; }
Hope this helps.
Thank you.
- AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.