Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-08-2012, 09:03 AM
ramazan sarikaya's Avatar
ramazan sarikaya ramazan sarikaya is offline
Junior Member
 
Join Date: Apr 2012
Posts: 2
Default Help with the style of the produkt-options popup.

Hi all,

I'm making a new site with pizza products on it and until we have the option to use checkboxes instead of radio buttons for product variations I'm making use of the popup "produkt-options" to let customers select what toppings they want on their pizza.
As standard I can see that 2 coloms are being used in this popup (see print screen) but because I have a lot of variations is it possible to make it 5 coloms for the produkt-options?
I this way it will be ordered more nice ;-)



Last edited by Maya; 07-09-2012 at 12:06 PM.
Reply With Quote
  #2  
Old 07-09-2012, 10:57 AM
Maya's Avatar
Maya Maya is offline
Ecwid Team
 
Join Date: Feb 2010
Location: Ecwid headquarter
Posts: 3,837
Send a message via Skype™ to Maya
Default

Could you give me the link to the page where your Ecwid store is installed?
__________________
Maria Nikiforova, Ecwid Team

------------------
Welcome to our Knowledge Base with a lot of answers, tips and receipts!

⬇ Please press the "Thanks" button if you find my post useful.
Reply With Quote
  #3  
Old 07-10-2012, 05:47 PM
ramazan sarikaya's Avatar
ramazan sarikaya ramazan sarikaya is offline
Junior Member
 
Join Date: Apr 2012
Posts: 2
Default

Hi Maya, thx for you're help..the testsite is on www.waliwali.nl/Test
On the frontpage in the menu choose "american pizza's" then the basis planet pizza
You'll see when you order the popup with the ingredients..

Can you help me to make this popup for example 3 colums wide?
Otherwise all the options are below each other and making it a small list..

Thx,
Ram
Reply With Quote
  #4  
Old 07-11-2012, 12:07 PM
Maya's Avatar
Maya Maya is offline
Ecwid Team
 
Join Date: Feb 2010
Location: Ecwid headquarter
Posts: 3,837
Send a message via Skype™ to Maya
Default

In order to place your options in three columns you should add following code in your custom CSS theme:
Code:
div.ecwid-productBrowser-details-rightPanel div.ecwid-productBrowser-backgroundedPanel {
    max-width: 460px;
}
div.ecwid-productBrowser-details-optionPanel {
    float: left;
    width: 150px;
}
div.ecwid-productBrowser-details-qtyPanel {
    clear: both;
}
Once you add this code, your options will be shown in three columns. Please, try and let me know about results.
__________________
Maria Nikiforova, Ecwid Team

------------------
Welcome to our Knowledge Base with a lot of answers, tips and receipts!

⬇ Please press the "Thanks" button if you find my post useful.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:31 AM.
Powered by vBulletin® Version 3.8.6. Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.