Dear sirs,
We are using enfold with the bookly booking system for a cafe. We have an issue if you got https://peter-test4.co.uk/tea-booking-form/ select two people and then “next” the form is all distorted in enfold and should look like this https://peter-test4.co.uk/Bookly.jpg. This is how it should show on a standard theme such as Twenty Twenty. can you please help and tell me what CSS I need to modify as I am at a loss.
Many thanks
Hey condonpb,
Please try the following in Quick CSS under Enfold->General Styling:
.bookly-form .bookly-extras-count-controls input[type="text"] {
display: initial;
}
Best regards,
Rikard
Hi,
Thank you for the link to your site and the screenshot, please try this css in the Enfold Theme Options ▸ General Styling ▸ Quick CSS field
#top #main .bookly-js-count-control ~ input[type="text"] {
display: inline-block;
}
After applying the css, please clear your browser cache and check.
Please see the screenshot in the Private Content area of the expected results.
Best regards,
Mike