• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 13.06.22, 15:26
  • Opened by: Krzysztof
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #23434 - Carrier choice, looks bad

Hi, In mobile carrier choice is looking bad. Compare to old is unreadable. Could you make it more like old one?

Attachments:

carier1.png (80.5 KiB)
carier2.png (88.4 KiB)

Comments

Fred 14 Jun 2022, 12:06

Hi, Krzysztof.
Please try following CSS

@media (max-width:768px) {
  body .carrier-delay,
  body .carrier-price {
    margin-left: 0;
    font-size: 80%;
    line-height: 12px;
    color:#888
  }
  body .delivery-option {
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
Krzysztof 14 Jun 2022, 12:28

Excellent work Fred, thank You

Fred 14 Jun 2022, 13:08

You are welcome!

Krzysztof 21 Jun 2022, 14:42

Could you please make similar on pc screen?

Fred 21 Jun 2022, 16:32

Use this css

body .delivery-option {
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
Krzysztof 23 Jun 2022, 08:38

Much better, Than you Fred

Fred 24 Jun 2022, 19:17

You are welcome!