Home Forums WoodMart support forum Account name in 02 lines Reply To: Account name in 02 lines

#258242

Hello,

1) This is not an issue this is how by default it works the text is coming from two different fields.

2) For the country field issue try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

.form-style-semi-rounded .select2-container--default .select2-selection {
    width: 100%;
}

Best Regards.