hi,
I use the css code provided here (https://kriesi.at/support/topic/product-page-full-wide-description/) and works fine,
except that there is a “black bar” appearing across the bottom of the product description area.
could you help?
thank you
Hey decode!
this is caused by your default background-color. You can try to move up your color section by using this code inside of Quick CSS field:
div#av_section_1 {
position: relative;
top: -31px;
}
Regards,
Andy
hi, Andy
thanks, we figured out how to fix the black bar.
Could you instruct me how to move “add to cart ” button and “product category/tag” to the right (beneath the short description) ?
thank you.
Hey!
This is how it should be displaying, http://kriesi.at/themes/enfold/product/zoku-trioquick-pop-maker/, have you done some customizations?
Cheers!
Elliott
hi
yes, we made change following this code : https://kriesi.at/support/topic/product-page-full-wide-description/
but we have difficulty to move the “add to cart” button,
Could you instruct me how to move “add to cart ” button and “product category/tag area” to the right (beneath the short description) ?
thank you
Hi!
Your screenshot looks like how it should be displaying by default so go ahead and remove your customizations and it should be displayed like how your wanting.
Regards,
Elliott
hi,
I think yo missed this part : https://kriesi.at/support/topic/product-page-full-wide-description/
we need the full-wide description (that’s why we apply the code provided), but we wish to leave the add-to-cart button and the product category/tag area in the original position.
Hi!
not to clear to me what you want to achieve. Maybe you can ask WooCommerce directly, as they know their plugin best.
Best regards,
Andy