Forums
Forums / Plugin: Include Mastodon Feed / Formatting issue
(@erikdelareguera)
2 years, 7 months ago
Hi, I encountered a formatting issue when switching to the Boxstyle theme in WordPress. What can I do to make the feed look better in the sidebar?
The page I need help with: [log in to see the link]
(@wolfgang101)
Hi! I looked at your site and if you add this snippet to your custom CSS it should be fixed:
.include-mastodon-feed .status .content { float: none; }
The root cause is the theme stylesheet that applies “float: right” to the .content class.
Should have prefixed all the css classes, but hesitant as to not affect the existing installations.
Thank you! That fixed it! Great work with this plugin.
Thank you for your appreciation! Glad it works now.
The topic ‘Formatting issue’ is closed to new replies.