Product description full with below image

Home Forums Jevelin Theme Product description full with below image

Home Forums Jevelin Theme Product description full with below image

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • sleenie93
    Participant

    Hi there,

     

    Is there an option where I can make the product description a full width description below the product image in the jevelin theme?

    Hi @sleenie93,

     

    I hope you are well today and thank you for your question.

     

    You have to develop custom code to achieve it but you can display whole content in single column by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .single-product .sh-woo-layout .col-md-6 {
        width: 100%;
    }

     

    Best regards,
    Shufflehound team

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