AbanteCart Community

Shopping Cart Operations => Support => Topic started by: homeydclown on May 17, 2015, 07:42:31 PM

Title: Extend the option box
Post by: homeydclown on May 17, 2015, 07:42:31 PM
I need to widen this box so all my lettering can be viewed, some of the options are just too long.  Here is an example:
(http://i1291.photobucket.com/albums/b543/musiccisum2001/multiboxexample_zpsbizsmw64.png)

If anyone can help, that would be great. 
Title: Re: Extend the option box
Post by: abantecart on May 17, 2015, 10:22:43 PM
In file /storefront/view/default/template/pages/product/product.tpl

Locate line 121:
Code: [Select]
<div class="input-group col-sm-7">
<?php echo $option['html']; ?>
</div>

Change col-sm-7 to col-sm-8