Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #609304

    How do I increase the container size for product pics on single product pages? I tried doing what was said in this thread: https://kriesi.at/support/topic/increase-size-of-main-product-image-on-single-product-pages/ but the CSS did not work and I could not find it in config-woocommerce>config.php.

    #609336

    Hey krakers2015!

    Please share the link to the page where we can inspect the element in question and help you resolve it :)

    Regards,
    Vinay

    #609593

    Here is a link to one of my single product pages. I would like to increase the image container and decrease the amount of room for the description.
    Thanks!

    #609602

    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: 65%;
    }

    Best regards,
    Yigit

    #609953

    That worked, thank you! Also, I noticed I have a dotted line underneath my product pictures on mobile. How do I remove it?

    #610318

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    .single-product .sidebar {
        border: none!important;
    }}

    Best regards,
    Yigit

    #610376

    Perfect, than you!

    #610725

    Hi,

    Glad we could help :-)

    Cheers!
    Rikard

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