11/13/2017 at 12:08 pm
#441000
Keymaster
@ Andrey
Nope, there’s no carrage return. CSS is used to push down on its own line. So you can use CSS to move it back up.
Add the following to the theme’s custom CSS area:
#cn-list span.adr span.country-name {
display: inline-block !important;
}
Hope that helps!
