Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #365943

    hi,

    unfortunately i overwrite the woocommerce-mod.css.

    no the main product image and the small images are much to big.

    i have tried everything. the problem is, that the main image is always be 100% of the content.

    could you help?

    kr dirk

    #366020

    Hi schnippel!

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

    .single-product-main-image.alpha {
    width: 25%;
    float: left;
    }
    .single-product-summary {
    width: 70%;
    float: left;
    margin-left: 5%;
    }

    Cheers!
    Yigit

    #366042

    your support is great !!!!
    thanks very much.

    kr dirk

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘woocommerce-mod.css’ is closed to new replies.