This topic has 4 replies, 2 voices, and was last updated 7 years, 3 months ago ago by Rose Tyler
I have a large white space on many of my pages and its showing owl productCarousel in the code, how do i get rid of this?
Hello,
It is standard place to show product gallery http://prntscr.com/fgv1xz http://prntscr.com/fgv2cxb
To reduce it you can add this code in Theme Options > Custom css:
.single-product .product-navigation {
padding-bottom: 0;
}
.product-information .price {
margin-bottom: 10px;
margin-top: 5px;
}
.product-information .short-description {
margin-bottom: 10px;
}
.single-product table.variations {
margin-bottom: 0px;
}
.single_variation_wrap {
margin-top: 5px;
}
.single-product .product-information {
margin-bottom: 5px;
}
.single-product .product_meta {
margin-top: 5px;
margin-bottom: 5px;
}
.product_meta > span {
line-height: 20px;
}
Regards,
Rose Tyler.
doesnt seem to work
Hello,
I’ve corrected your custom code. Please check now.
Also, go to Theme Options > Color Scheme > Fixed Header Text Color > Dark.
Regards
You must be logged in to reply to this topic.Log in/Sign up