Customize Microsoft Bookings embedded Booking page with specific css styles

Copper Contributor

Hello,

 

I am currently integrating a Microsoft Bookings page into a WordPress page using an iFrame and the Microsoft Bookings embed code.

 

I am trying to change a couple things:

  1. Force a word wrap (we have a questionnaire built into our booking page, and one of the questions is a little lengthly, and the text just runs right off the frame). I have identified the specific class I need to change using browser inspect tool and can modify it there, but when I modify that class in the custom css in wordpress is does nothing. I've tried copying the full selector from inspect too as well.

    • Class needing changing: .WpLer, I want to change the white-space: nowrap to white-space: normal. owa.BookingsC2Boot.css is the style sheet it's referencing.

  2. Change max-width (the Microsoft Bookings app max width is less than my page inner max width, leaving unnecessary spacing on either side of the booking form. Again, can change this in browser inspect but not in Wordpress custom css.

    • Class needing changing: .Qkr3P, I want to change to max-width: 1024px to max-width: 1250px.

 

Is there any way to override these settings??

 

Thanks.

Andrea

0 Replies