Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1358349

    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

    #1358371

    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

    #1358411

    Rickard,

    This now works many thanks

    Thanks

    Pete

    • This reply was modified 2 years, 4 months ago by condonpb.
    • This reply was modified 2 years, 4 months ago by condonpb.
    #1358418

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.