2012-03-21 162 views

回答

1

你尝试检查使用Chrome/Safari开发工具的要素是什么?如果你有,你会立即得到简单的解决方案。不过,这里是制作这个额外空间的css:

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

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