• Resolved erikdelareguera

    (@erikdelareguera)


    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]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Wolfgang

    (@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.

    Thread Starter erikdelareguera

    (@erikdelareguera)

    Thank you! That fixed it! Great work with this plugin.

    Plugin Author Wolfgang

    (@wolfgang101)

    Thank you for your appreciation! Glad it works now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Formatting issue’ is closed to new replies.