0

please visit the link :

here "CASH ON DELIVERY" and " DELIVERY BY" part is not looking good.

means it's not like

5 business days is dispalying in 3 lines....

Baby in Magento
  • 3,167
  • 16
  • 83
  • 221

1 Answers1

1

please Try this code style.css

  .Quick .COD {
        float: left;
        padding-bottom: 10px;
        padding-top: 2px;
        width: 61%;
    }

.Delivery_hover_details > p {
    clear: both;
    float: left;
    position: absolute;
    right: 91px;
    top: 21px;
}
Ashvin Monpara
  • 1,129
  • 8
  • 21