This topic has 2 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
How do I enlarge the price column so that the messenger widget shows up fully?
Hello,
Theme Options > General > Layout > Site width or add this code in Custom css:
.single-product-booking .product-side-information-inner > div {
padding: 15px 10px;
}
.single-product-booking .product-side-information-inner .box-content {
padding: 0px;
}
.single-product-booking .product-side-information-inner .widget-box {
width: 250px;
margin-left: -24px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up