Tagged: CSS, services, woo commerce
hi
the page I’m working on is:
although it will be applied to all services (products) on the site
my question is, see how where it says “Booking Time”?
What is CSS to move it to the right of the calendar?
thank you
Hi!
Thank you for using Enfold.
Please use the following css code to adjust the position of the select element.
#inline_calendar {
float: left;
width: 50%;
}
#time_slot {
width: 45% !important;
}
And please note that we don’t provide support for third party plugins but we always try our best to help as much as we can. You can review our support policy here.
Cheers!
Ismael
thank you for your support