AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Fercel on January 02, 2013, 03:42:52 AM

Title: Layout
Post by: Fercel on January 02, 2013, 03:42:52 AM
Hello
I have inserted "product options" under Articles.( Multiselectionsbox ) This options appears on right side of the Page. List is long, because of that, i would like to move this multiselectionsbox in the middle, just under my Articles. There i have enough spaces. Is it possible?
Thanks for precious help.

Regards
Fercel
Title: Re: Layout
Post by: abantecart on January 02, 2013, 08:08:19 AM
Yes, but you need to edit template file or style sheet

1. You can edit /storefront/view/default/stylesheet/stylesheet.css to add more width:
Code: [Select]
#content .product_options {
    float: right;
    margin: -10px -8px -2px 0;
    width: 210px;
}
Change 210px to something bigger

2. You can change location of div with product_options class below middle_content div
Look into file: /storefront/view/default/template/pages/product/product.tpl