html - Display text below price -


if visit link, can see below image @ center of page:

enter image description here

on site, if mouse on currency symbol present on top right of window, can see drop down options, once change dropdown option, can see "usually delivered in 3-5 business days" text next price - want text below price, in next image:

enter image description here

this css using and, doesn't matter how try, can't desired result. can please have advice me? thank you.

font-family: 'roboto condensed', sans-serif;     color: #636363;     font-size: 14px;     line-height: 1.5; } 

on

.price-info 

take off

max-width: 31%; 

so takes entire line


Comments