Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #739593

    Is it possible to change the default setting of a single product page to a new setting, that will show 2/3 picture and 1/3 of information?

    #741033

    Hey IrisDepasse,

    Sorry for the late reply, please try the following in Quick CSS under Enfold->General Styling:

    .single-product-main-image {
        width: 66%  !important;
    }

    Best regards,
    Rikard

    #741114

    Hey Rikard,

    Thanks for your reply… Got it working!!!! Nice!

    Only problem is that for products in ‘portrait’ style the image becomes very big, so you can’t see it as a whole, as you can see with this product for instance:

    Any idea how I could solve that problem?

    Hope to hear from you!

    Thanks, Iris

    #741632

    Hi,

    The image is very large, I think you would have the same problem even if you remove the CSS I gave you to be honest. Maybe you could try to reduce the width to 50%/50%?

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

    Best regards,
    Rikard

    #743508

    For ‘landscape’ images the 66% is perfect. Is it possible to give me some code that identifies the difference between the with of a landscape and a portrait image?

    #743529

    Hi!

    You can use media queries, based on the screen size you want

    Let us know if we can do anything else for you.

    Thanks a lot

    Best regards,
    Basilis

    #743535

    Hello Basilis,
    Most important thing right now is that I can’t enter my own website. My provider says it has something to do with the theme I’m using… Don’t know what I’ve done wrong to get in this situation, but really hope you can help me!

    #743595

    Hi!

    Your pvovider is not telling you the truth, we are afraid.
    Your web site is been directed somewhere
    http://website.irisdepasse.nl/

    we can not know where and how although.
    They need to fix it, it has nothing to do with the theme you are using

    Best regards,
    Basilis

    #743615

    It’s been redirected from the moment I bought the theme and I have been working like this for more than a month now, so I think the fact that it’s been redirected can’t be the root of the problem.

    Have been searching in the history of my browsers to see if I could find a clue. Can it be that it has something to do with this? I see the word delete in it….

    http://website.irisdepasse.nl/wp-content/deleteme.1d391ea39e36494396ce63659b13ce9c.php?787333e84c485df12b6ab84940245c211

    Could be that the last thing I did was enter code given to me ad topic:
    #739597
    Can it be that that has something to do with it?

    #743634

    Ok, provider has used a backup and my site is up and running again!

    #745718

    Hi,

    Glad it is working now. Back to the original inquiry, maybe we can force the image not to inherit the width of the image container.

    #top .product div.images img {
        width: auto;
        margin: 0 auto;
    }

    Best regards,
    Ismael

    #749392

    Thanks a lot, Ismael. This problem is solved!

    #749413

    Hi,

    Glad this is fixed :)

    Best regards,
    Nikko

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Shopping page’ is closed to new replies.