Hello
I would like my additional image thumbnails to fill the full width of the page. At the moment they wrap around at half the width (see screenshot)
Can someone point me to the code that controls this please?
I have looked with Firebug but can't find it.
Many thanks
wayne
[attachment cleanup by admin]
Hi Wayne Farnworth,
That doesn't really help us either. There's many factors here. Do you have a URL?
Hello Ivus, thanks for the reply
URL is: www.carpetshack.co.uk
You will need to login under the Find Us menu
U: vmuser
P: vmuser
Then View Our Stock > Carpets > Twist Pile > Spectrum is the best example
Many thanks
wayne
Hi Wayne,
In your template file "/components/com_virtuemart/views/productdetails/tmpl/default.php" @ line 45
<div class="width50 floatleft">
<?php
echo $this->loadTemplate('images');
?>
</div>
<div class="width50 floatleft"> ... this container div... remove the width50.. in fat you can safely remove the entire class.
And I found this in firebug.
I hope this helps you out.
Ivus,
Yes that did it perfectly.
Many thanks for your help!
Wayne