Author Topic: Layout  (Read 5358 times)

Offline Fercel

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Layout
« 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

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4359
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Layout
« Reply #1 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
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

 

Powered by SMFPacks Social Login Mod