News:

AbanteCart v1.4.2 is released.

Main Menu

Layout

Started by Fercel, January 02, 2013, 03:42:52 AM

Previous topic - Next topic

Fercel

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

abantecart

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:

#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

Forum Rules Code of conduct
AbanteCart.com 2010 -