簡體   English   中英

垂直對齊項目列表

[英]Aligning list of items vertically

我有一個截圖,如下所示,我必須在wordpress中進行復制。

在此處輸入圖片說明

目前,我可以復制上面的徽標,但不能復制左側和右側的文本。

我用來復制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>

我不確定如何在wordpress中擺弄東西,於是決定放置代碼。


問題陳述:

我應該對上述HTML代碼進行哪些更改,以在左側( Home Our Story BPRO Media )和右側( Blog Careers 與我們聯系 客戶 )之間復制內容?

您正在使用引導程序。 做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