網站是get2gethersports.com使引導跨度填充容器高度明智
在化妝頁面看到[內容] [Instagram的] [博客]
我身邊的Instagram和博客一箱的影子。
我想那個盒子陰影延伸到內容區域的底部。
我試圖
#undrl {
height:100%;
}
,但什麼也沒做。
有什麼想法?這個自定義HTML模塊
更新代碼是
<div class="span6">
<p style="text-align: center;"><strong style="color: #333333; font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; line-height: normal;"><span style="font-size: medium; font-style: italic;">Join. Create. Compete. </span></strong></p>
<div style="color: #333333; font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; line-height: normal; text-align: center;"> </div>
<div style="color: #333333; font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; line-height: normal; text-align: center;">get2gether|sports is the perfect way to organize a pick-up game of any sport. You can find a game to join, or create your own! Feel free to shoot us an email with any questions you have! </div>
<div style="color: #333333; font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; line-height: normal; text-align: center;"> </div>
<div style="color: #333333; font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; line-height: normal; text-align: center;">Subscribe below to stay in-touch with up-coming games! <br /><br /></div>
{loadposition login-join} {loadposition logout-home}</div>
<div id="undrl" class="span3" style="text-align: center;">{loadposition instagramfeed}</div>
<div id="undrl" class="span3" style="text-align: center;">{loadposition blogfeed}</div>
</div>
那什麼都沒做。 –
如果我添加更多圖片或博客我需要它是可擴展的。也許我應該找出所有的博客和照片的最大高度,然後只是設置它 –
當我用Chrome的檢測工具改變你的網站時,我沒有這個CSS的問題。如果是這樣的話,請將[content] [instagram] [blog]項目包裝在div中,這樣它就是自己的行,併爲其設置最大高度。 –