First of all the theme is awesome.
I am using some addons plugins for WooCommerce to create custom options for orders.
When I add an option, the shop page layout gets disoriented, can you please show a way to fix it.
This topic has 2 replies, 2 voices, and was last updated 4 years, 3 months ago ago by Rose Tyler
First of all the theme is awesome.
I am using some addons plugins for WooCommerce to create custom options for orders.
When I add an option, the shop page layout gets disoriented, can you please show a way to fix it.
Hello,
Thanks for using our theme.
Try to add the next code in Theme Options > Theme custom CSS:
.single-product .product-content form.cart {
display: block;
}
> http://prntscr.com/1rgnrn8
or
.single-product .product-content form.cart {
align-items: flex-start;
}
Regards
The issue related to '‘Shop Page Layout Issue’' has been successfully resolved, and the topic is now closed for further responses