You should take a look at the CSS the table uses. Right now it probably uses float:left
values.
Use Firebug or a similar tool to check if this is the case, and try to edit the CSS.
Related Posts:
- Is it bad practice to create own table for a plugin?
- WordPress 5.3 update causes media library file upload to break – Cannot convert undefined or null to object
- What plugins do you commonly install on a fresh WordPress install?
- Publish author posts only with editor approval?
- how to change default icon of custom plugin?
- List of all existing WordPress plugins
- Customizing subject in comment notification e-mails
- All shortcodes not working on custom theme
- How to work with Syntax Highlighter Evolved?
- WordPress Admin is displaying Not Available
- How to pass parameters (data) from plugin PHP to React
- How to remove/hide action links cluttering under specific plugins’ names
- How to develop a community feature in the dashboard for multiauthor site
- Which hook should be used to validate custom form fields on the login form?
- Using the media uploader in a custom plugin
- Plugin child folder?
- Converting a simple plugin to be placed inside of functions.php
- How to delete terms on plugin deactivate?
- Showing Notifications While Activating Plugin
- How can I filter the contents of a metafield before it’s displayed in the admin?
- register_post_status invisible but searchable
- How can I get the post content displayed in a text field that allows to edit posts?
- Is it not recommendable to stick with plugins that are no longer supported by the author for production sites?
- greatest() function returns undefined property
- Is there a way to programmatically enable a plugin?
- How to include code into functions.php file via a plugin
- Override WooCommerce page-specific js in my theme
- Should i delete the posts created by a plugin on uninstall?
- Calling JavaScript file with Custom Plugin
- Convert existing WordPress Site (with several plugins) into Multisite
- WP-FB-AutoConnect: Unable to login with administrator account
- Image gallery plugin [closed]
- Where sales manager of WP-Commerce plugin?
- Custom Field Template seriously messed up in WP 3.1.1
- How can I get WordPress to save comments in markdown format?
- Not able to complete meta box save function and sanitization/validation
- Access WordPress database outside of WordPress
- Prevent WordPress installing plugins and themes via Admin
- Is there a way to set the default active tab on Post UI Tab pluggin?
- Show function to super admin
- Generate pages from markdown files in github automatically
- Setting the profile picture from another field
- Woocommerce Create custom product type with variations
- Shortcode Plugin to dynamically build a shortcode via `do_shortcode` not working
- How to execute code only on posts older than 2 weeks
- Perform internal redirect in WordPress?
- Using AJAX to generate front end / viewer end pages
- How to prevent plugins from loading jQuery
- How to remove admin main menu name repetition
- WP plugins for Product web catalog [closed]
- User Signup in Multisite – Need Plugin or Advice
- Plugin – Social media share buttons
- How to create multiple users at once?
- Notice: Uninitialized string offset: 0 in social sharing mu-plugin
- How to deploy gutenberg on my own [closed]
- Adding Static Image to WooCommerce Content-Single-Product template
- How to protect WordPress from security scanner [closed]
- Remove timthumb.php from my custom theme
- how can I query all wordpress users of a blog
- Automate paragraphs in a post page to have a unique anchor link
- Error in pdf generating plugin using FPDF
- How to create WordPress custom end point with multiple parameters?
- Text change in Advanced Customs Fields [closed]
- After updating the WordPress getting a syntax error in the console
- How to redirect to same page after form submission
- How to add a new column with text fields to WooCommerce Cart List?
- How to use filter to disable adding a product to wishlist?
- How to use apply_filters?
- Call a function for social sharing
- How to find the WordPress Nextgen galleries which are not used in WordPress posts?
- How to get authors who have added the post in the specific custom post type
- Get product categories and add them to a custom taxonomy
- I want to add the below chatbot html code to index(main) file of WordPress sites how can I do that
- Mobile Menu and Mobile Sidebar missing
- Changing the CSS with a plugin
- How come W3TC is allowed to host premium code in the WordPress repo?
- What are the disadvantages of using template_redirect for restrictions
- Passing function into add_action always returns the first argument
- Circular Menu to show on pages
- Unable to to self-deactivate plugin using deactivate_plugins()
- How To Add Code To WP Without Plugin or Functions
- Enahanced search for edit.php and custom post type
- Different plugins activated online and offline
- Find And Add Category to Posts
- admin panel save option with ajax
- Woocommerce Subscriptions – Customer change subscribed product after placed
- featured image problem with custom post type
- Advice on setting up private site
- is ther a plugin that will hide/show content for a scheduled period of time? [closed]
- 404 not found problem with URL rewrite custom category
- Loading post that has visual composer data inside lightbox? [closed]
- Manage Inventory Without Displaying Levels
- How can I save the selected page in the dropdown after anyone clicks on Save Changes?
- How can I display an attribute from each post inside foreach($latest_posts1 as $post )
- Wrong block appender button showing
- Check Plugins in Use by Mutli Site Network
- Plugin with Fatal error
- Uncaught Error: Cannot use object of type stdClass while showing the list using WP_List_Table
- Select posts from list and add them in a new list
- Plugin to transfer new/updated files from media library in “/wp-content/uploads/” between prod environment and preprod environment?