css 此代码段用于以下知识库文章 - https://kb.wpbeaverbuilder.com/article/150-adjust-the-size-of-the-social-icon

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 此代码段用于以下知识库文章 - https://kb.wpbeaverbuilder.com/article/150-adjust-the-size-of-the-social-icon相关的知识,希望对你有一定的参考价值。

/* Resize and reposition the Font Awesome social icons in the top bar */
.fl-page-bar .fl-social-icons {
    margin: 10px 0 5px 0;
}
.fl-page-bar .fl-social-icons i.fa {
    font-size: 40px;
    width: 60px !important;
}
/* Resize and reposition the Blogger social icon in the top bar */
.fl-page-bar .fl-social-icons .fl-icon {
    font-size: 50px;
}
/* Resize and reposition the Font Awesome social icons in the Nav Bottom header */
.fl-page-header-primary .fl-social-icons .fa-stack  {
    font-size: 30px;
    width: 80px;
}
.fl-page-header-content .fl-social-icons {
    margin-right: 20px !important;
}
/* Resize and reposition the Blogger social icon in the Nav Bottom header */
.fl-page-header-primary .fl-social-icons .fl-icon {
    font-size: 60px;
    width: 40px;
    position: relative;
    top: 7px;
}
/* Resize and reposition the Font Awesome social icons in the footer */
.fl-page-footer .fl-social-icons .fa-stack {
    font-size: 30px;
    width: 80px;
}
/* Resize and reposition the Blogger social icon in the footer */
.fl-page-footer .fl-social-icons .fl-icon {
    font-size: 60px;
    width: 50px;
    position: relative;
    top: 10px;
}

以上是关于css 此代码段用于以下知识库文章 - https://kb.wpbeaverbuilder.com/article/150-adjust-the-size-of-the-social-icon的主要内容,如果未能解决你的问题,请参考以下文章

php 此代码段用于以下知识库文章 - https://kb.wpbeaverbuilder.com/article/648-loading-fonts-and-icons-locally-gd

php 此代码段用于以下知识库文章 - https://kb.wpbeaverbuilder.com/article/648-loading-fonts-and-icons-locally-gd

php 此代码段用于以下知识库文章 - https://kb.wpbeaverbuilder.com/article/648-loading-fonts-and-icons-locally-gd

text 此片段用于以下知识库文章 - http://kb.wpbeaverbuilder.com/article/591-create-a-filter-to-customize-the-di

json 此片段用于以下知识库文章 - https://kb.wpbeaverbuilder.com/article/220-installl-beaver-builder-via-compos

css 这是用于所有登录页面的统一css代码段的备份