简体   繁体   English

垂直对齐项目列表

[英]Aligning list of items vertically

I have a screenshot as shown below which I have to replicate in wordpress. 我有一个截图,如下所示,我必须在wordpress中进行复制。

在此处输入图片说明

At this moment, I am able to replicate the above logo but not the text at the left and right. 目前,我可以复制上面的徽标,但不能复制左侧和右侧的文本。

The code which I have used in order to replicate the B logo is: 我用来复制B徽标的代码是:

<div class="footer-content">
<div class="row">
<div class="col-xs-12">[edsanimate_start entry_animation_type= "rotateIn" entry_delay= "0" entry_duration= "1" entry_timing= "ease-in-out" exit_animation_type= "" exit_delay= "" exit_duration= "" exit_timing= "" animation_repeat= "1" keep= "yes" animate_on= "scroll" scroll_offset= "1" custom_css_class= ""]<img class="aligncenter size-full wp-image-517 center-block" src="http://thebettersoftwarecompany.com/wp-content/uploads/2017/01/logo-footer.png" alt="" width="160" height="160" />[edsanimate_end]</div>

I am not sure how to make a fiddle in wordpress so decided to put the code. 我不确定如何在wordpress中摆弄东西,于是决定放置代码。


Problem Statement: 问题陈述:

What changes should I make in the above HTML code to replicate the content at the left( Home Our Story BPRO Media ) and right( Blog Careers Contact Us Customers )? 我应该对上述HTML代码进行哪些更改,以在左侧( Home Our Story BPRO Media )和右侧( Blog Careers 与我们联系 客户 )之间复制内容?

You're using bootstrap. 您正在使用引导程序。 Do 3 columns of 4 instead of 1 column of 12. 做3列4而不是1列12。

<div class="col-sm-4">[list-items]</div>
<div class="col-sm-4">[B Logo]</div>
<div class="col-sm-4">[list-items]</div>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM