Page 1 of 1

Options on product page..

Posted: Tue Apr 15, 2014 3:29 pm
by fred123
Hi I am using lots of options for personalised products, which leaves me with a massive gap on the left below the image and above the description.

Can anyone advise how I get the options, which are mainly text boxes in a table? full width of the page also not just in 1 column on the page.

Thanks.

Re: Options on product page..

Posted: Tue Apr 15, 2014 11:51 pm
by MarketInSG
Try moving the options out of the right column in your theme's template, then create a <div> for the options just right after the two columns

Re: Options on product page..

Posted: Wed Apr 16, 2014 1:27 am
by fred123
Thanks, but how do I do this?

Re: Options on product page..

Posted: Thu Apr 17, 2014 11:31 am
by MarketInSG
well, you can just cut and paste to shift the codes around. Find the tag <?php if ($options) { ?> and the close <?php } ?> tag. That's where you should be cutting.