Home Forums Pro Themes  Travel Insight Pro problème Woocommerce avec la version mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #184412
    Inspire Academy
    Participant

    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.

    #184416
    sanam
    Keymaster

    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

    #190000
    sarthakinvestment2
    Participant

    if you want to invest in stock market visit here – https://sarthakinvestment.com/

    #195145
    joealex3642
    Participant

    If you want to learn video editing using capcut visit here – https://capcutproapk.org/

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.