- This topic has 1 reply, 2 voices, and was last updated 4 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘problème Woocommerce avec la version mobile’ is closed to new replies.


Home › Forums › Pro Themes › Travel Insight Pro › problème Woocommerce avec la version mobile
Tagged: Waxing Graz
Bonjour, je vous écris car mon site inspireacademy.fr utilise votre thème, mais le soucis cest que sur la version desktop (ordinateur) mes clients peuvent valider leurs commandes et effectuer leur paiement sans soucis, par contre sur la version mobile ( tablette et téléphone) il leur est impossible de valider leurs commandes car la partie prévue pour ça n’apparait pas dans la version mobile.
Hi @INSPIRE-ACADEMY,
Please remove this chunk of codes from additional css
#order_review {
margin-left: 900px;
}
#order_review_heading {
margin-left: 380px;
margin-top: -905px;
}
@media (min-width: 981px){
#order_review_heading {
margin-left: 0 !important;
margin-top: 0 !important;
}
}
if the above method does not work try adding this below css on additional css
@media screen and (max-width: 980px) {
#order_review_heading {
margin-left: 0px !important;
margin-top: 0px !important;
}
#order_review {
margin-left: 0px !important;
}
}
Regards,
Sanam
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



