Product in a row between screen size 980 and 767px

  • Posts: 178
  • Thank you received: 5
11 years 6 months ago #144325

-- url of the page with the problem -- : edim.empire-ltd.kz/category/61-okinava.html
-- HikaShop version -- : HikaShop Business: 2.2.3
-- Joomla version -- : Joomla! 3.2.2 Stable
-- PHP version -- : 5.3.26


When screen size > 980px, products are shown 3 in a row


When screen size < 767px, products are shown 1 in a row

How to make 2 in a row, when screen size between 767px and 980px? Because now the description of the product becomes thinner and is not displayed correctly

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
11 years 6 months ago #144343

Hi,
I think that a solution can be to use Media queries through your CSS file, here is a thread where you'll find an example :

You can do the modifications in the frontend css file via the menu Configuration > Display > CSS
Use the @media tags to change the width of the columns when the width of the page is less than xx.

ex:
@media (max-width: 767px) {
.hikashop_products .row-fluid .span4 { width: 49% !important;}
}

Here is some documentation about the layout customization:
www.hikashop.com/support/documentation/1...ize-the-display.html

Please Log in or Create an account to join the conversation.

  • Posts: 178
  • Thank you received: 5
11 years 6 months ago #144557

I tried this, but third product goes to new line.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 2334
  • Thank you received: 403
11 years 6 months ago #144814

Did you try to play a bit with the width parameter?
It should give results.

Please Log in or Create an account to join the conversation.

  • Posts: 178
  • Thank you received: 5
11 years 6 months ago #144950

Eliot wrote: Did you try to play a bit with the width parameter?
It should give results.

Remove clear: left; in frontend_default.css and now it shows 1, 2 or 3 products in a row, depending on screen width.
.row-fluid .hikashop_product_column_1, .row-fluid .hikashop_category_column_1, .row-fluid-7 .hikashop_product_column_1, .row-fluid-7 .hikashop_category_column_1, .row-fluid-8 .hikashop_product_column_1, .row-fluid-8 .hikashop_category_column_1, .row-fluid-10 .hikashop_product_column_1, .row-fluid-10 .hikashop_category_column_1 {
margin-left: 0 !important;
/* clear: left; */
}

The following user(s) said Thank You: Mohamed Thelji

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
11 years 6 months ago #145002

Ok, thanks for your feedback :).

Please Log in or Create an account to join the conversation.

Time to create page: 0.211 seconds
Powered by Kunena Forum