网店帮助部分怎样调整间隔

2016-07-07 15:35 来源:www.chinab4c.com 作者:ecshop专家

本人在使用网店的时候发现帮助里面的“新手上路”和“支付与配送”栏排列太紧凑,请问版主怎样调整。

参见以下图片:

帮助栏.jpg

回答:
调整CSS可以帮助你解决这个问题

你好,能够告之具体是改哪个文件?哪个地方吗?

你可以到模板美化区看下,里面有修改方法

没有找到相关帖子,版主如果找到,麻烦提供一个链接。

http://bbs.ecshop.com/viewthread ... =1&extra=#pid437265

这样的帖子很多,你可以在模板美化区仔细找下

谢谢回复,我用的是bluceOcean模板,现在已经找人搞定了,主题做法如下:

style.css文件下找到

/*----- help -----*/
#help{width:960px; margin-bottom:10px;}
#help .top{height:9px; font-size:1px; overflow:hidden; background:url(images/bg_1.jpg) no-repeat top left;}
#help .bottom{height:8px; font-size:1px; overflow:hidden; background:url(images/bg_2.jpg) no-repeat bottom left;}
#help .content{border-left:5px #c5d7f0 solid; border-right:5px #c5d7f0 solid; overflow:hidden; zoom:1;}
#help dl{margin:2px 0; border-right:1px #eaeaea solid; float:left; padding:0 50px;}
#help dt{ height:20px; background:url(images/bg.gif) no-repeat -745px -257px; _width:20px; zoom:1; white-space:nowrap; font-weight:bold; padding-left:20px; font-size:12px; line-height:20px;}
#help dd{height:18px; line-height:18px; padding-left:5px; _width:20px; zoom:1; white-space:nowrap;}


修改:
#help dl{margin:2px 0; border-right:1px #eaeaea solid; float:left; padding:0 50px;}中50px值,将它修改大点就可以达到效果了。

注意.:
padding:10px 5px;
表示:
上内边距和下内边距是 10px
右内边距和左内边距是 5px