- Posts: 11
- Thank you received: 0
Little bug in standart showing of products asImage
14 years 10 months ago #29381
by pcconsult
Little bug in standart showing of products asImage was created by pcconsult
I use standart template with 960px wide. I disable left and right column of template. I wonna to display 10 products with icons 80x80px on one row. Problem is in that - they is in left of page and on right still have empty space (like for one thumbnail). I check all and after some new instalation problem is still here. I change joomla template - problem is not in that.
Please Log in or Create an account to join the conversation.
14 years 10 months ago #29411
by nicolas
Replied by nicolas on topic Re: Little bug in standart showing of products asImage
There is a default margin of 10 px around each product which can be changed in the hikashop options of your menus/modules.
Before creating your modules/menus, you can just change that margin option in the Display tab of the configuration and your new menus and modules won't have that margin.
Before creating your modules/menus, you can just change that margin option in the Display tab of the configuration and your new menus and modules won't have that margin.
Please Log in or Create an account to join the conversation.
14 years 10 months ago #29416
by pcconsult
Replied by pcconsult on topic Re: Little bug in standart showing of products asImage
yes - this is changet - problem is not in that
Please Log in or Create an account to join the conversation.
14 years 10 months ago #29418
by nicolas
Replied by nicolas on topic Re: Little bug in standart showing of products asImage
Then could you give a link to your page and a screenshot of the problem so that we can see what you're talking about ?
Please Log in or Create an account to join the conversation.
14 years 10 months ago - 14 years 10 months ago #29425
by pcconsult
Replied by pcconsult on topic Re: Little bug in standart showing of products asImage
Last edit: 14 years 10 months ago by pcconsult.
Please Log in or Create an account to join the conversation.
14 years 10 months ago #29442
by nicolas
Replied by nicolas on topic Re: Little bug in standart showing of products asImage
That's because each product has a width of 9%. Since you have ten products per line, the total width used is 90% and the blank space is the 10% left of your width. That's because the system needs to round the calculations.
However, it's easy to fix with CSS. You just need to add the CSS below in the front end CSS file that you can edit via the Display tab in the configuration of HikaShop:
.hikashop_products {
margin-right: -100px;
}
However, it's easy to fix with CSS. You just need to add the CSS below in the front end CSS file that you can edit via the Display tab in the configuration of HikaShop:
.hikashop_products {
margin-right: -100px;
}
Please Log in or Create an account to join the conversation.
14 years 10 months ago #29465
by pcconsult
Replied by pcconsult on topic Re: Little bug in standart showing of products asImage
As always you have a high support level! Thank you for your quick and accurate answer!
Please Log in or Create an account to join the conversation.
Time to create page: 0.171 seconds