DedeCMS栏目频道头条标题如何居中显示,好问专家为您回答:
在DEDECMS里,编辑/templets/style/page.css文件
找到 .channel .topcommand .onenews h2{
display:block;
height:28px;
line-height:25px;
在t.channel .topcommand .onenews h2{ 下面加上ext-align:center; 即文本居中显示的意思,估计是DedeCMS开发人员的一时疏忽,忘了加了,呵呵……
修改后为
.channel .topcommand .onenews h2{
text-align:center;
display:block;
height:28px;
line-height:25px;
然后生成更新栏目,你再看,频道头条标题已经居中显示了。演示:http://www.kuaixue5.com/plus/list.php?tid=10
- DedeCMS栏目频道头条标题如何居中显示
- › DedeCMS栏目频道头条标题如何居中显示
- 在百度中搜索相关文章:DedeCMS栏目频道头条标题如何居中显示
- 在谷歌中搜索相关文章:DedeCMS栏目频道头条标题如何居中显示
- 在soso中搜索相关文章:DedeCMS栏目频道头条标题如何居中显示
- 在搜狗中搜索相关文章:DedeCMS栏目频道头条标题如何居中显示