Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 4 years ago.
Improve this questionI am trying to fix the Woocommerce billing address field in my Wordpress website. This field is inside the "my account" tab. It looks weird and I do not know how can I fix it?
Note: "Fatura adresi" means billing address in Turkish.
Closed. This question is off-topic. It is not currently accepting answers.Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 4 years ago.
Improve this questionI am trying to fix the Woocommerce billing address field in my Wordpress website. This field is inside the "my account" tab. It looks weird and I do not know how can I fix it?
Note: "Fatura adresi" means billing address in Turkish.
Share Improve this question asked Feb 22, 2021 at 6:09 edcheedche 1011 bronze badge 1- Hey, It may be something related to your theme or CSS file. Can you please change your theme and see if it is still breaking. – Aftab Commented Feb 22, 2021 at 7:52
1 Answer
Reset to default 0I solved it by a specific css code.
.col-1{
flex: 0 0 50.333333%;
max-width: 50.333333%;
}