Shipping Option Width

For some reason the text for my shipping options drops down to the next line below the select box. Why and how can I fix it? See image. Also see how it's not displaying the shipping price next to each option, but it shows the total at the bottom for the one selected.

shipping-options.PNG

Please share or PM me URL of your website

For some reason shipping name is hidden in your store and only instructions are displayed. To show shipping methods name please add the following code to the CSS section of the Theme editor

.ty-shipping-options__method {
    font-size: 13px;
    font-weight: bold;
}

http://prntscr.com/hd6h8b

That did solve it, thank you!

You are welcome!