How can I close the open space in Kodo theme and translate descriptions to Hebrew?

hey, I have a Kodo theme and need to close this open space how I do this on the big circle?
I need to translate this “description” to Hebrew I can’t find it in the edit language

Hi @Ivan41,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme_core.scss.css or theme_core.scss.liquid or styles.css,

Step 3: Paste the below code at bottom of the file → Save

@media(max-width:767px){

#shopify-section-product-template #product .product{

    margin-bottom:0 !important

}

#shopify-section-product-template #product .product .product_meta,

  #shopify-section-product-template #product .product .product-share-links{

    display:none !important

}

}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

ok thank you