Store display in the mobile

  • Posts: 75
  • Thank you received: 0
8 years 8 months ago #252437

-- HikaShop version -- : 3.6.4
-- Joomla version -- : 3.6.2

Hi.
I don´t know because the web is well displayed and the phone don´t see well.
Could anyone help me please?
Regards.



Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
8 years 8 months ago #252441

Hello,

In your case the solution will probably be to directly use some CSS code like media queries :

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.069 seconds
Powered by Kunena Forum