Plugin Author
pipdig
(@pipdig)
Hi Sarah,
You would need to use CSS to position the contents of the widget. Try adding this to your theme:
.bloglovin_button_widget {
text-align: center !important;
}
Let me know if that works. If not, I may add this as an option to a new version of the widget.
Thanks,
Phil
Thanks, I got the bloglovin one fitured out but I still can’t do it for my Pinterest RSS widget. Any thoughts?
Plugin Author
pipdig
(@pipdig)
Hi Sarah,
You should really ask the plugin author for support with that widget, but try the following 🙂
Add the following CSS to your theme:
.pinterest_rss_widget {
text-align: center;
}
li.pins-feed-item {
float: none !important;
display: inline-block !important;
}
You can add CSS to your site by using a plugin such as this one – https://ww.wp.xz.cn/plugins/simple-custom-css/
Phil
It worked! Thank you!! I did ask the plugin author but hadn’t heard anything back. Thanks again.