Home Forums Basel support forum Css for product page

Css for product page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #77927

    Felixwebsimple
    Participant

    Could you please provide me the css needed to customize the width of the image and the product description?

    Thank you

    #77944

    Hello,

    In order to сonfigure image and description, navigate to the Theme settings > Product page and set the size http://prntscr.com/kw71gs

    In addition, you can set the size of the image in Appearance > Customize > Woocommerce > Product Image

    Best Regards

    #77989

    Felixwebsimple
    Participant

    Yes I know these settings, your default theme settings are 50%+50% and 66%+33%

    I need it to be 60%+40%

    That’s why I asked in the first place.

    I tried some css but do not seem to be working, that’s why I am asking here.

    Thank you

    #78029

    Hello,

    Please add this code to the Theme Settings > Custom CSS> Desctop

    .single-product-page .product-images.col-sm-8 {
        width: 60%;
    }
    .single-product-page .entry-summary.col-sm-4 {
        width: 40%;
    }

    Best Regards

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