Booking tab alignment problem

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22989
    arokiavimal
    Participant

    https://ibb.co/KVfYmN1

    When I go to the booking tab and add pax.. the plus and minus symbols are looking odd. It looks buggy and unprofessional. Kindly help me fix it

    #23025
    wensolutions
    Keymaster

    Hello,

    Can you please provide us with site URL so that we can help you?

    Regards.

    #23088
    arokiavimal
    Participant

    https://hyggejourneys.in/itinerary/meghalaya/

    Check out the booking tab and try to select PAX you will be able to see it

    #23092
    wensolutions
    Keymaster

    Hello,

    Actually, the issue has raised due to incompatibility of theme you have used with the WP Travel plugin. However, to resolve the layout issue, please add following given CSS code in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    .pax-select-container .icon-minus:before,
     .pax-select-container .icon-plus:before{
        content:unset!important;
     }
     .paxpicker-input{
        padding-left: 0px !important;
     }
    
     @media screen and (max-width: 991px){
      .pax-select-container .pax-picker-minus{
        padding-left: 0px;
        padding-right: 3px;
      }
    
      .pax-select-container .pax-picker-plus{
        padding-left: 3px;
        padding-right: 0px;
      }
     } 

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

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