Hi There!
I’m setting up a restaurant website and we’re using opentable for reservations. The code they give us is the bane of my existence. I have put the script in a (using Page Builder because I like cruel and unusual punishment) column and have placed it and tested it in all of these options: RAW Script, RAW HTML, and just a plain ole’ text box. The reservation box shows up, but I cannot get it to center to save my life.
I’ve tried the align-text: center; and adding some personal CSS love to it, and it refuses to budge. It’s also not mobile responsive which blows. (I have also contacted OpenTable, and have had no luck with them).
Anyways, here is the code:
And if you want to take a look, here is staging info for the site. It’s near the bottom (we have a reservation link in the nav bar as well, which obvi works just fine)
http://grotonstationhouse.flywheelsites.com/
user: flywheel
password: sweet-flowers
Any help would be wonderful. oh and one of the staff here suggested this:
.ot-dtp-picker.wide {
max-width: 806px !important;
margin-left: auto;
margin-right: auto;
}
which also did not do anything.
Cheers!
T