This topic has 2 replies, 2 voices, and was last updated 2 years ago ago by Rose Tyler
Hi
kindly need to do some update in single product page as in image https://prnt.sc/sNxnXXn-CheP
thanks in advance
Hello,
1/ When I make changes in “ask about product” static block, they are not visible, it can be due to cache/CDN on your site.
The shortcode which you are using in “ask about product” static block adds space which difficult to remove, so I’ve added the code like that – https://prnt.sc/Xup_NcBGC_lV
Clear cache and check now.
Also, try to add the next code in Theme Options > Theme custom CSS and check the result:
.single-product .wcfm_ele_wrapper {
max-height: 55px;
}
2/ The next custom CSS code can be used:
.single-product .sidebar div#wcfmmp-store-info-2 {
margin-top: 15px;
border-top: 1px solid #e1e1e1;
padding-top: 15px;
}
Regards
Tagged: seo friendly, single-product page, themes, update, woocommerce, wordpress
The issue related to '‘update in single product page’' has been successfully resolved, and the topic is now closed for further responses