• Hello

    I use your theme and i have installed WP Hotel Booking plugin. The button in Hotel Booking Search page on mobile version is not working. Can u see and tell me whats the problem. I’ve sent you link

    Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    It looks like there’s CSS issue, but not really sure what’s exactly causing this. To fix it, try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    @media only screen and (max-width: 780px) {
      
      #primary {
        height: auto !important;
        overflow-y: hidden;
      }
      
    } 
    

    Regards,
    Kharis

    Thread Starter hopejbt

    (@hopejbt)

    Thank you
    Have a nice day

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘responsive problem’ is closed to new replies.