Tagged: align, alignment, div, Product page, woocommerce
Hello
this page I’m on are the product page
How can I move the calendar and booking time to be in alignment with the title, button and description please?
thank you
Hey Nathan,
Please try the following in Quick CSS under Enfold->General Styling:
.bkap-booking-form {
padding: 1em 0 !important;
}
Best regards,
Rikard
I entered the code in quick css and no change yet
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.bkap-booking-form { padding-left: 0 !important; }
If that does not work either, please create a temporary admin login and post it here privately so we can look into it.
Best regards,
Yigit
I feel thankful that moved the calendar where it is in alignment with the other fields
And now I notice that the black border around the calendar on two sides and where I have the red arrow pointing it looks like there are two corners
Can I please get support further resolving this?
Thank you for you support
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.bkap-booking-form .ui-datepicker {
box-shadow: none;
}
.bkap-booking-form td, .bkap-booking-form th {
border: none!important;
}
Best regards,
Yigit
There is no lines around the calendar when applying the code
I feel satisfied if they are not there, as long as they can see the dates I’m confident it will ok
This topic is resolved thank you