css 中心简单社会图标WordPress小部件图标

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 中心简单社会图标WordPress小部件图标相关的知识,希望对你有一定的参考价值。

/* Useful on responsive designs where the icons are initially left or right aligned but you want them centered on smaller screens.
/* Place the following at the point you want to center them in your CSS file, e.g. after the 1023 or 768px media query */

.simple-social-icons ul {
	float: none;
	text-align: center;
}

.simple-social-icons ul li {
	display: inline-block;
	float: none !important;
}

以上是关于css 中心简单社会图标WordPress小部件图标的主要内容,如果未能解决你的问题,请参考以下文章

jQuery Pagination Wordpress 小部件后 Dom Css 丢失

css 简单的社会图标

css 简单的社会图标字体冲突修复

用于在中心对齐图像的 CSS

今天小部件图标不显示

如何在wordpress中使用自定义小部件