In most cases you don't need to adjust anything where the logo and description takes place. However, sometimes it may not work correctly depending on the checkout module you are using. In that case, you can put the javascript code to the below fields to adjust the position of the logo and description. There are three variables available `logo`, `desc` and `node` denotes the method logo, description and dom element of the payment input respectively. If you are not confident about what to do, you can request support instead. Example: $(node).closest('tr').find('label').after(logo)