如何消除選單(pages)右側多餘區塊? - 部落格

Table of Contents

在使用blogger的pages當作選單時
如果選單項目不夠多,右邊都會突出一個區塊
如圖:http://i.imgur.com/z3MySgL.jpg

目前試了這個做法:

.tabs-inner .section:first-child {
border-top: $(header.bottom.border.size) solid $(tabs.border.color);
margin: 0 114px 0 115px;
}

但是這只是很土法煉鋼的把左右縮進來
如果加了新的項目就會往下面噴

請問有沒有更根本的解決之道呢
希望各位高手不吝解惑QAQ


link: http://hulondela.blogspot.tw/

--

傑米,炸掉它吧。 ⊙─ ─⊙▂⊙ 碰到問題,用C4就對了!

█◤
Adam Savage James Hyneman
MYTHBUSTERS by dajidali

--

All Comments

Dorothy avatarDorothy2014-07-02
我想到的辦法是先拿掉 margin: 0 114px 0 115px;
Catherine avatarCatherine2014-07-03
然後加上 text-align: center; 再幫你的 .PageList
指定 display: inline-block;
Linda avatarLinda2014-07-05
這樣應該可以達成你要的,不知道有沒有更好的方法 XD
George avatarGeorge2014-07-10
沒看到首頁選項啊...