Home Forums Basel support forum Entire Product Description Not Showing

Entire Product Description Not Showing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33058

    nobasisinreality
    Participant

    Hi, when I have the product page set to “images scroll” I can never see the ‘add to cart’ button or anything below pretty much the initial screen. If I use any other option on the product page (default, alternative, etc.), then my images don’t show up at all. I’d prefer to use ‘images scroll’, but right now none of them really work. Thanks!

    #33088

    Artem Temos
    Keymaster

    Hi,

    It happens because you have to much content in your products short description. You can try to hide it when the product is stuck with the following CSS code

    .block-sticked .woocommerce-product-details__short-description {
    	display:none;
    }

    Add it to the Custom CSS area in Theme Settings.

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)