By using contact form 7 i created address page.
By selecting the city they can view the list of branches in that particular city but here i am getting small problem in first row address are not coming properly.
For reference please find the attached image and url /
Thanks SomuN
By using contact form 7 i created address page.
By selecting the city they can view the list of branches in that particular city but here i am getting small problem in first row address are not coming properly.
For reference please find the attached image and url https://jasdental.in/dentist-near-me/
Thanks SomuN
Share Improve this question edited Jun 29, 2020 at 14:26 fuxia♦ 107k38 gold badges255 silver badges459 bronze badges asked Jun 29, 2020 at 8:23 somutestingsomutesting 1315 bronze badges 1 |1 Answer
Reset to default 0It has to do with your <br>
between each label field. Its not a PHP problem its a CSS. Try to add
.wpcf7cf_group br {
display: none;
}
to your css file or use a wordpress plugin like Simple Custom CSS.
<br>
s between all your labels then this does go away - what did you intend the brs to do? - but I see slightly odd behaviour if I shrink the screen width, and at first glance I can't see why - fixed widths and font sizes? – Rup Commented Jun 29, 2020 at 8:39