Hi,
About my previous, now closed, topic:
https://www.8theme.com/topic/layout-issues/
The Booking plugin developers advised me to make the following changes to:
From the /themes/legenda/style.css file.
Find the selector
.woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dt {
and remove /* float: left; */
find the
.shop_table .product-name dl dt {
and remove /* float: left !important;
find the
.woocommerce td.product-name dl.variation, .woocommerce-page td.product-name dl.variation {
and remove font-size: .8751em; */
How can I add this to the theme custom code part?
Many thanks,