Tagged: Coding
Hi
I would like to add the coding below as it relates to Freetobook booking service however the formatting is been overridden by the Enfold theme. Is there any way around this, please?
Hey,
Thanks for contacting us!
Could you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
You can add following code to Quick CSS in Enfold theme options > General Styling tab to bring “availability” button inline with date fields
.ftb-widget .ftb-bookingWidget__inner {
align-items: center;
}
Best regards,
Yigit
Hi
Unfortunately, that didn’t work. I have put the login details below plus a link re the image
Thanks
Hi,
I added your Widget Area element inside a Color Section element with a unique ID “fwcs” and then added following code to bottom of Quick CSS field
.ftb-widget .ftb-bookingWidget__inner {
align-items: center !important;
}
#fwcs .container {
max-width: 100% !important;
width: 100% !important;
padding: 0;
}
#fwcs .widget {
padding: 0;
margin: 0;
}
#after_section_1 {
border: none;
}
Please review your website :)
Best regards,
Yigit
That’s perfect thank you :)