Processus de Commande SMARTPHONE Impossible !

  • Posts: 130
  • Thank you received: 1
10 years 8 months ago #182392

-- url of the page with the problem -- : www.freddy-fsa.com
-- HikaShop version -- : 2.3.4
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.4.2
-- Browser(s) name and version -- : Safari IOS

re-Bonjour...

J'ai un big soucis pour mon client...

Le site est au top du top.... j'ai différencier les modules et Menu pour que la mise en page ne soit pas la même sur Ordi et sur Smartphone... MAIS j'ai un gros bug au moment de la validation de commandes...

En effet, pour s'enregistrer... les champs sont Hors Ecran.. et complètement inaccessible...

Je vous joins les copies d’écrans...





C'est plutôt embêtant.... comment je peux me sortir de là...?


It's nice to be important... but more important to be nice !
Attachments:

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

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

Bonjour,
La solution pour corriger votre soucis serai d'utiliser des "media queries" via votre fichier CSS, vous trouverez un exemple via ce sujet :

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