• Hello i have a problem in mobile alignment under the word speedex,under total amount of money.
    Text “παραλαβη απο το καταστημα” looks really bad in mobile.
    Is there any way to fix this?

    • This topic was modified 3 years, 1 month ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi!

    It looks like you should remove the grid-template-columns set on the .shipping-area class for mobile. It would look like this:

     @media (max-width:768px){
        .ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review- 
        table-footer .shipping-area {
            grid-template-columns: auto;
       }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘change alignment in mobile’ is closed to new replies.