抱歉之前,我想问一下如何使这个投资组合标题居中:这是链接http://f.coupleshops.com/pastries/
它显示在图像底部左侧的标题上。我想把它居中。我应该在哪里编辑css文件?感谢您的帮助。
抱歉之前,我想问一下如何使这个投资组合标题居中:这是链接http://f.coupleshops.com/pastries/
它显示在图像底部左侧的标题上。我想把它居中。我应该在哪里编辑css文件?感谢您的帮助。
添加 text-align: center 到
h3, h3 a {
color: #2B2B2B;
font-family: 'Georgia',sans-serif;
font-size: 18px;
margin: 20px 0 13px;
text-align: center;
}
如果您不希望所有 h3 链接都受到影响,请添加:
.portfolio_t2_text_holder h3, .portfolio_t2_text_holder h3 a { text-align: center; }
要使您的价格居中,请添加:
.portfolio_t2_text_holder p { text-align: center; }
用于text-align: center;
您的h3
标签