admin管理员组文章数量:1335825
I use the Shared Counts plugin for displaying social media buttons on my blog.
I'm using a shortcode to display some buttons in a footer text widget on my homepage. When I format the way they look in Appearance/Customise/Simple CSS I can get what I'm looking for. However, for some reason, when I look at the page outside of the customiser the display is not the same (the buttons are all squashed together with no spacing).
Specifically, I'm looking to space the buttons evenly using:
.shared-counts-wrap {
display: flex;
justify-content: space-between;
}
If it helps to visualise the problem, the page is here: /
Any suggestions?
Thank you.
I use the Shared Counts plugin for displaying social media buttons on my blog.
I'm using a shortcode to display some buttons in a footer text widget on my homepage. When I format the way they look in Appearance/Customise/Simple CSS I can get what I'm looking for. However, for some reason, when I look at the page outside of the customiser the display is not the same (the buttons are all squashed together with no spacing).
Specifically, I'm looking to space the buttons evenly using:
.shared-counts-wrap {
display: flex;
justify-content: space-between;
}
If it helps to visualise the problem, the page is here: https://richiesroom/
Any suggestions?
Thank you.
Share Improve this question asked May 24, 2020 at 23:06 RichieRichie 12 bronze badges1 Answer
Reset to default 0I was able to fix this issue after reading this post from the plugin author. Once I customised the shortcode attribute where I was using it in the text footer widget everything worked as intended. :-)
本文标签: CSS AppearanceCustomise display different to actual display
版权声明:本文标题:CSS: AppearanceCustomise display different to actual display 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742400312a2467755.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论