• Resolved Maxwell

    (@nimblearchi)


    Hello. Wonderful plugin! I’d like to center the calendar to on my page. I’ve tried applying the following but it only wants to center the form, and not the datepicker/calendar.

    .booking_form_div * {
    	text-align: center !important;
    }

    What would center everything on the page?

    Thank you.

    • This topic was modified 7 years, 7 months ago by Maxwell.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    Usually you need to add something like this:

    
    .booking_form_div {
        margin:5px auto;   
        width:350px;
    }
    

    where width:350px; can be different depend from width of your calendar (how many months).
    If you will have issue with this, then please send the link to your page with booking form, where you are having the issue.
    Kind Regards.

    • This reply was modified 7 years, 7 months ago by wpdevelop.
    Thread Starter Maxwell

    (@nimblearchi)

    Hi, that did the trick. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Centering the Form + Calendar’ is closed to new replies.