Hello,
First of all, please note that you must avoid to post in this forum any website references, you have to prefer or "Contact us" form, just use this topic subject to fill in your message subject to keep the link.
Now, solve your listing issue :
- Go to your item menu : Menus => Main Menu.
- Click on your item menu to set it.
- Click on Product options tab
- Reproduce this configuration like on the screen on below.
Second step, some little Css code will fit your needs :
As a start, follow this
link
, you will find a tutorial that explain how reach your
Css file and create a
custom Css.
Once, you have understand where you can add your Css code, use this kind of code.
A little advice, put your custom code at the end of your frontend_custom.css, that will be more easy later to find and maybe correct it
.
hikashop_subcontainer {
padding:
0;
}
.
hikashop_product_image_subdiv {
width:
225px !important; (or another pixel width that will fit your needs)
margin:
0 !important;
}
#hikashop_category_information_menu_103 div.hikashop_containe {
margin:
0;
}
your selector :
input#hikashop_checkout_quantity_32
your css order:
criteria, here width
Css value:
20 px, 50 px, etc...
You can learn more about Css code on this
link
Hope this will help you.
Regards,