category display

  • Posts: 2
  • Thank you received: 0
10 years 5 months ago #194866

-- url of the page with the problem -- : www.gmhd.net/hikashop-menu-for-products-listing
-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.1.1
-- PHP version -- : 5.4

Hi,

I want change the Div with 64 * 64 please see the attached picture.
I want the category in 1 row not under each others.

Attachments:
Last edit: 10 years 5 months ago by malthaher.

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

  • Posts: 84304
  • Thank you received: 13698
  • MODERATOR
10 years 5 months ago #194891

Hi,

The link you provided doesn't work but on the link www.gmhd.net/our-services/new-equipments I do see the categories on several columns: take.ms/xWDhP
So it seems that you alredy found your solution :)

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

  • Posts: 2
  • Thank you received: 0
10 years 5 months ago #194923

Dear Sir,

its working with me, but i found other problem with mobile
please see the attached picture

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
10 years 5 months ago #194956

Hello,
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.

Time to create page: 0.067 seconds
Powered by Kunena Forum