Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #567190

    How can set up a product image more big in single product layout ?

    #567561

    Hi unicaweb!

    You can switch to the advanced layout editor and insert your own image to use. If you switch to the “Plugin Additions” tab in the layout builder you can add product related elements such as the add to cart button, etc etc, for building your product pages.

    Regards,
    Elliott

    #570176

    Ok but I have many products online. I need to setup this mode for all in one time.

    #570189

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .single-product-main-image {
        width: 50%;
    }

    Cheers!
    Yigit

    #570218

    Yes perfect but how can disable right sidebar for single product? See http://www.ceramicaoutlet.it/prodotto/karla-lavabo-65-0078/

    #570229

    Hey!

    You can edit your product and choose not to display sidebar or add following code to Quick CSS

    .single-product .sidebar {
        display: none!important;
    }
    .single-product .template-shop .product {
        width: 100%;
    }

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.