PAX SELECT CONTAINER ISSUES

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23303

    Hola, I just found out that the PAX SELECT CONTAINER on mobil is not looking good and need you help to solve this issue.

    https://prnt.sc/qtq3vh

    This is my actual website and you can check it out there.

    https://www.tours-atitlan.com/itinerary/day-trip-to-iximche/

    Best,
    Pedro

    #23327
    wensolutions
    Keymaster

    Hello,

    Actually, the issue has raised due to incompatibility of theme you have used with WP Travel plugin.

    However, please add following given CSS code in Additional CSS section to resolve the issue by going to Admin Panel > Appearance > Customize > Additional CSS

    @media screen and (max-width: 880px) and (min-width: 768px){ 
      .pax-select-container{
       display: block;
      }
    }
    
    @media screen and (max-width: 414px){ 
      .pax-select-container{
       display: block;
      }
    }
    
    .pax-select-container .paxpicker-input{
        padding: 0px;
      }

    Hope this helps.

    Thank you.

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