最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

css - How to show address in one row?

programmeradmin1浏览0评论

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
  • I think this is probably a CSS question. If you remove the <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
Add a comment  | 

1 Answer 1

Reset to default 0

It 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.

发布评论

评论列表(0)

  1. 暂无评论