-
AuthorPosts
-
January 27, 2017 at 10:06 pm #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?
February 1, 2017 at 7:28 am #741033Hey 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,
RikardFebruary 1, 2017 at 10:17 am #741114Hey 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
February 2, 2017 at 8:48 am #741632Hi,
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,
RikardFebruary 6, 2017 at 6:13 pm #743508For ‘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?
February 6, 2017 at 7:21 pm #743529Hi!
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,
BasilisFebruary 6, 2017 at 7:35 pm #743535Hello 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!February 6, 2017 at 8:55 pm #743595Hi!
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 usingBest regards,
BasilisFebruary 6, 2017 at 9:20 pm #743615It’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….
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?February 6, 2017 at 11:35 pm #743634Ok, provider has used a backup and my site is up and running again!
February 11, 2017 at 8:42 am #745718Hi,
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,
IsmaelFebruary 20, 2017 at 3:28 pm #749392Thanks a lot, Ismael. This problem is solved!
February 20, 2017 at 3:56 pm #749413Hi,
Glad this is fixed :)
Best regards,
Nikko -
AuthorPosts
- The topic ‘Shopping page’ is closed to new replies.