DeathTaffy Posted September 17, 2011 Posted September 17, 2011 Hi, I'm a newbie to osCommerce and this is my first webshop, so bear with me. So far, I've been able to google the solutions to my problems, but it seems I have hit a brick wall. I'm hoping I can get some help from some more knowledgeable people. http://www.deathtaffy.com/shop/product_info.php?products_id=29 Version: 2.3.1 Tested On: Firefox 5&6, IE 6&8. The problem: My product images seem to be Center-Aligned rather than than Right-Aligned. The large product images float in the center, pushing my description far up against the left side of the page. I'd like to say that this was a result of my customizing, but I reinstalled the shop back to it's defaults, uploaded a new product and found the same result happening on the default template as well. Furthermore, this isn't just a problem for the new products. Poking around the default products I've found that they suffer from the same issue. Whether or not the item has a Product Model Number inputted also seems to effect it. http://www.deathtaffy.com/shop/product_info.php?cPath=21&products_id=28 (Model Number Input) http://www.deathtaffy.com/shop/product_info.php?products_id=30 (Model Number Not Input) Products with small images do not have this alignment problem. Anybody have any suggestions? I'd like the product images to be right-aligned so that my descriptions will not be so narrow and mushed up.
♥toyicebear Posted September 17, 2011 Posted September 17, 2011 Edit the size "settings" for the javascript gallery in this file product_info.php Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here]
DeathTaffy Posted September 18, 2011 Author Posted September 18, 2011 Thanks. It took me a minute to find the right line of code, but it seemed to have done the trick.
Flotec Posted September 10, 2012 Posted September 10, 2012 I have the same problem with images moved to the center and I don't know how to change the settings in the javascript gallery in product_info.php. My pictures have a width of 800 and hight of around 550. This is how to the code looks like: <script type="text/javascript"> $('#piGal ul').bxGallery({ maxwidth: 300, maxheight: 200, thumbwidth: <?php echo (($pi_counter > 1) ? '75' : '0'); ?>, thumbcontainer: 300, load_image: 'ext/jquery/bxGallery/spinner.gif' }); </script>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.