iaind
Advanced Member
145 Posts Pre-sales questions only (More Details...)
|
Posted - 09/28/2018 : 01:58:10
Hi
I've just changed over from Magic magnify to Magic zoom plus and the main image of the proddetail page is now smaller than it was! On the large image (which I think is the one that should be displayed on that page) the image width is 400px but it looks half that size. Could you please take a look and advise where I've gone wrong?
Thanks
|
Andy
ECT Moderator
95440 Posts |
Posted - 09/28/2018 : 02:02:22
|
iaind
Advanced Member
145 Posts Pre-sales questions only (More Details...)
|
Posted - 09/28/2018 : 02:10:55
Hi Andy
The page is http://www.dogguardsrus.co.uk/Custom-Made-Dog-Guard-for-Volvo-XC60-2017-onwards and I've just redone the images and they're still the same size
|
Andy
ECT Moderator
95440 Posts |
Posted - 09/28/2018 : 02:19:08
In style.css can you change /* The product detail page -------------------------------------*/ div.detailimage{ margin-top: 40px; float:left; width:200px; padding:10px; } to /* The product detail page -------------------------------------*/ div.detailimage{ margin-top: 40px; float:left; width:98%; padding:10px; } Andy Then below that you have the product name, id etc set at a pixel width, I think those should be set to 98% width too. Back up style.css before making any changes. Andy Please feel free to review / rate our software
|
iaind
Advanced Member
145 Posts Pre-sales questions only (More Details...)
|
Posted - 09/28/2018 : 02:57:06
Hi Andy
I can't see that it's made any difference
|
Andy
ECT Moderator
95440 Posts |
Posted - 09/28/2018 : 03:02:09
|
iaind
Advanced Member
145 Posts Pre-sales questions only (More Details...)
|
Posted - 09/28/2018 : 03:12:54
Oops, thanks Andy. However..... my title bar seems to have slipped down the page now....
|
Andy
ECT Moderator
95440 Posts |
Posted - 09/28/2018 : 03:23:01
Change this .detailname { color:#000; float: left; padding:6px; width:98%; float:left; font-size: 1.2em; margin-left: -200px} to .detailname { color:#000; float: left; padding:6px; width:98%; float:left; font-size: 1.2em; } Andy Please feel free to review / rate our software
|
iaind
Advanced Member
145 Posts Pre-sales questions only (More Details...)
|
Posted - 09/28/2018 : 03:27:48
Bizarre! Thank you.
|
Andy
ECT Moderator
95440 Posts |
Posted - 09/28/2018 : 03:29:35
|
iaind
Advanced Member
145 Posts Pre-sales questions only (More Details...)
|
Posted - 09/28/2018 : 03:37:45
I think that it used to be above it.....
|
Andy
ECT Moderator
95440 Posts |
Posted - 09/28/2018 : 03:52:51
|
|
|