Responsive Checkout problems

  • Posts: 5
  • Thank you received: 0
8 years 7 months ago #238380

-- url of the page with the problem -- : rc2.vlnetwork.nl
-- HikaShop version -- : 2.6.2
-- Joomla version -- : 3.5.1
-- PHP version -- : 5.5.9
-- Browser(s) name and version -- : All
-- Error-message(debug-mod must be tuned on) -- : None

Hi,

I couldn't find any answer to problem while searching this forum so i opened this topic.

I'm having problems with the responsive layout of the CHECKOUT screen.

When it is used on mobile phones with a small screen it doesn't display all the info, you can replicate the problem by making your browser windows smaller (see the attached screenshots).

Could you please help me or give me some info in the right direction....

Attachments:

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

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

Hello,
It will actually depends on you template, but the best solution will probably be to use some CSS code like media queries which will probably help you to do it, 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.065 seconds
Powered by Kunena Forum