• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 19.10.18, 12:58
  • Opened by: Lisa Keeling
  • Closed by: Marek
  • Closed on: 19.12.18, 19:12
  • Reason: Closed
  • Comment: Glad to help!

Ticket #13100 - Shipping method not fully visible on mobiles

Hi Marek,

In order summary section (just above the ‘confirm your order’ button) there is summary of selected shipping method. It’s not fully visible on mobiles and I wondered if there’s a possible to display these informations in rows rather than columns (only on mobiles though). So eventually it would look more like this:

Royal Mail - Standard
Standard delivery (2-3 days after dispatch) Free for orders over £25
£2.95

Comments

Marek 20 Oct 2018, 11:28

Try this fix:

@media (max-width:768px) {
  body .carrier-delay,
  body .carrier-price {
    margin-left: -15px
  }
}