Registration form on responsive view

  • Posts: 5
  • Thank you received: 0
9 years 4 months ago #208708

-- HikaShop version -- : 2.5.0
-- Joomla version -- : 2.5.28
-- Browser(s) name and version -- : safari

Hello, i have an issue with responsive view on the checkout page with iphone. In fact the registration form is not visible. Do you have any code to patch this issue
___________________________________________________________________________-
Bonjour, j'ai un soucis avec la vue de passage en caisse sur iphone. Le formulaire d'enregistrement dépasse du coté droit et ne peut donc pas être remplis.

Merci de votre aide

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

  • Posts: 12953
  • Thank you received: 1778
9 years 4 months ago #208712

Hello,
Your issue is probably coming from your front-end template, using some CSS code like media queries will probably help you to solve 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.062 seconds
Powered by Kunena Forum