2012-03-21 128 views

回答

1

你嘗試檢查使用Chrome/Safari開發工具的要素是什麼?如果你有,你會立即得到簡單的解決方案。不過,這裏是製作這個額外空間的css:

body:not(.x-phone).x-landscape .categories-list.root 
.categories-list-item:first-child { 
    margin-right: 345px; 
} 

使其保留空白:0px;它會工作。