Select pax box

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26927
    rado
    Participant

    In 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

    #26942
    rado
    Participant

    Sorry 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 view

    https://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

    #26964
    wensolutions
    Keymaster

    Hello @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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.