• Resolved faris114

    (@faris114)


    Hey i have an issue with the booking form layout when using mobile phone, the issue isnt shown in the browser when using responsive , only shown on phones therefore it is a nightmare to debug when you scroll down there is an overflow effect in the x-axis and causing the viewport to show far left which there is nothing, and the form stays on far right

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

Viewing 1 replies (of 1 total)
  • Plugin Support dimplemodi

    (@dimplemodi)

    Hi @faris114

    First of all, please update the BookingPress to v1.0.70.

    Regarding the responsive issue, we’ve checked and noticed that it’s due to a theme or one of your plugin CSS conflicts and that’s why it’s adding the scrolling to the x-axis.

    Please add the following custom CSS code in the BookingPress > Customize page and save the settings. After adding the custom CSS, if you’re using any caching plugin then please clear the cache and then check again.

    body{ overflow-x: hidden !important; }

    Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘When responsive issue’ is closed to new replies.