Since it’s a plugin you probably don’t want to edit it directly as then it will revert every time the plugin is updated. It looks like the problem is that the style has a float:left on it.
<div style="float:left; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; " class="interactive_left">
If you remove that float:left you get exactly what you want. Unfortunately for you the style is inline instead of part of a style sheet so I think your only option might be to find that bit of code in the plugin and edit it directly. You could ask the plugin author to move it to a stylesheet to make that easier but it’s really up to them.
Related Posts:
- Can I upgrade a plugin to a specific version?
- Get plugin_dir_url() from one level deep within plugin
- How to have WordPress send a user confirmation/validation email on signup
- How do I disable a plugin enforced by my host (in mu-plugins)?
- Do Plugins effect site loading time?
- Adding Featured Image in Post List
- How to place random widgets in the WordPress sidebar?
- Auto login using Active Directory and Windows Authentication
- Should I use RIPS tool to test my themes and plugins?
- Plugin search sorting for admin section – WordPress [duplicate]
- How to disable autocomplete for inputs in contact form 7? [closed]
- Determining where fopen() is writing files when used from WordPress AJAX call [closed]
- How Restrict access to admin dashboard by specific static ip?
- Plugin Functionality Only for Editor and Administrator
- Plugin to hide admin menu (vertical menu bar)
- Building WordPress Plugin Using FPDF – How do you get post content from currently viewed post?
- Storing Email Account Passwords for SMTP Mailing for a WordPress Plugin
- action-scheduler vs wp-background-processing
- How to get images from EDD post?
- Do you clean up your self-written plugins’ at deactivation?
- Function to see how many plugins on a site need updating
- PHP Fatal error: Call to undefined function plugin_basename
- Restored WordPress on new Server – Can’t auto-update plugins
- How many SQL queries WP Super Cache make to serve cached page?
- omit / remove ” from category list
- Is any information available in PHP files in WP about plugin activation history?
- Download any file after submitting a form [closed]
- Call to undefined function get_userdata in user.php
- Use flash on a wordpress site as a widget
- AJAX search posts and pages
- Custom post type – no layout section of Document tab, and no author choice
- Want to take Facebook Page posts and turn them into blog post
- What’s the best way to go about updating WordPress plugins when using SVN and multiple environments?
- Error when using plugin QuickCache with plugin Mobile Smart ? [closed]
- URL rewrite of independent plugin?
- How do post a Photo to Facebook when a post is published? [closed]
- WordPress : Explain Plugins & Theme string value in database
- Why Does the WordPress Twitter Tools Plugin give a 500 Internal Server Error?
- Opening a link automatically on page load?
- How to display number of page views on a post?
- What is a reasonable memory limit for WordPress
- Get plugin download URL from slug
- Using add_action before add_filter on a plugin?
- can we modify wordpress plugin version value to avoid update warning?
- How to multiply a post to test internal search results?
- Plugins for logo in wp themes? [closed]
- Is there a plugin for automatically adding a word or symbol after a trigger word? I.e. Like a search and replace but more like search and add? [closed]
- Product count in archive page Title in WooCommerce [closed]
- How to display the featured post on the category page?
- Disable globally “Crop thumbnail to exact dimensions (normally thumbnails are proportional)” with Multisite
- UTF-32be error WordPress
- wp-admin send 404 error
- How I update WordPress theme and plugins
- WordPress Mailerlite – How to include mailerlite SDK in plugin
- How to request admin-ajax.php correctly when wordpress URL and site URL are different?
- Installed Forca Theme, wonder how I can alter Post editing screen
- How to Use the Filter “sidebar_login_widget_form_args”
- How can i listing current category and Featured Category post list?
- Contact Form 7: Load scripts and styles only when there is shortcode? [closed]
- How to theme code blocks formatted by the prettify.js embedded with WP-Markdown?
- Posts 2 Posts: Display custom types connected to the same other custom type but with another connection
- Is there a syntax highlighting plugin for HTML View? [duplicate]
- Hide plugins and theme from public
- Same Plugin tables between wordpress installations
- How would I get the new plugin version on this function?
- acf backend error handling
- How to get the custom field value using SQL query
- Why does my custom plugin only function correctly once per page?
- Homepage to serve the content of page created from a plugin [duplicate]
- How to get checkbox by default true in metabox?
- Conditionally load public and admin code with AJAX working on both sides
- I can’t view the orders on the woocomerce dashboard with the brainblocks plugin
- return bbp_get_topic_author_id as integer
- Why can’t I call a function from inside my registered AJAX function?
- Help needed with woocommerce (wc stripe) filter
- I want add repository theme folder
- WordPress Widget: Is it possible to make the form dynamic without updating?
- How set role at registration based on email?
- Site is continuously accessing by several IPs
- Why did a WordPress plugin vanish from the WordPress repository?
- Moving to WordPress Premium versus a hosting provider
- How to find an option in the database?
- Need Help Creating a Multi-Step, Video-Guided Enrollment Site
- woocommerce_payment_complete hook only called after accepting payment?
- how to sort results by last day update at search result in plugin installer?
- User specific content (posts) / limiting visibility
- Carrying information from button click into form [closed]
- My AJAX API plugin isn’t working
- Want to add post to user dashboard
- Make a magic tag work with Custom Post Types
- Bidding site plugin [closed]
- WordPress Plugin: Demon Image Annotation
- Editing a theme
- woocommerce create subscription for user using functions / hooks provided
- WordPress plugin header already sent
- Order custom post type by posts with most likes first
- WordPress website is redirecting on some different shopping page
- Pulsing circle before the post title (Breaking news flash)
- Adding fontAwesome to Primary Menu returns after saving the menu
- I start to make custom plugin but for some reason is not working, i get no error. Can someone help me? Thanks