Why you are not using table? Spaces are ridiculus. On WYSIWYG editor select table with 2 columns and 3 rows, align items in left column to left, and in right to center and everything should work fine.
EDIT. Ok, I see where is the problem. TinyMCE (WYSIWYG editor) has table option, but by default it is disabled in WordPress. You can download plugin, for example TinyMCE Advanced, and enable various and powerful TinyMCE options. Also, you can switch view to text editor and add table in HTML:
<table>
<tr>
<td>Cell</td><td>Cell</td>
</tr>
<tr>
<td>Cell</td><td>Cell</td>
</tr>
<tr>
<td>Cell</td><td>Cell</td>
</tr>
</table>
Related Posts:
- WordPress 4.6 link edit dialog is too rudimentary
- How to get Text Selection in WordPress Editor
- Can Rich Text features be configured per user?
- Add default text to multiple wysiwyg editors
- WYSIWYG eating up first p in td
- Adding content in Gutenberg editor
- Making the Content Editor Box Bigger in 2013
- wysiwyg is scrambled
- Feauterd image meta box not showing up
- How to paste into WordPress editor without changing existing formatting in editor?
- Edit box scrolls back to the top after updating post
- What’s the best way to trim content from WYSIWYG editor?
- WordPress page editor for clients, opinions needed
- Problem with Line spacing in wysiwyg editor in WP 3.5.1
- Foliopress WYSIWYG editor does not display images [closed]
- WYSIWYG – Custom field inside link
- Change the Theme in Jupyter Notebook?
- Stop WordPress Wrapping Images In A “P” Tag
- Extra TinyMCE editor strips and tags?
- Disable Visual editor for all users
- Why is the visual editor in WordPress limiting the width by wrapping the content?
- Editor removes tags
- Adding a rich text editor to Excerpt
- Avoid converting “>” to >
- Disable WYSIWYG editor only when creating a page
- How to edit posts with the new wp_editor api?
- How can i add some static text above the editor?
- Add quicktag buttons to the HTML editor
- Force TinyMCE editor’s “Toolbar Toggle” to be automatically chosen & expanded
- Stop certain classes showing up in TinyMCE Advanced Style dropdown
- Disable the Code View in the content editor?
- Re Order Editor to be after meta box [duplicate]
- How can I stop TinyMCE from converting my HTML entities to characters?
- How to add editor’s name to entry meta byline?
- How to group meta boxes on the post edit page
- Drag-and-drop “Panels”-style visual layout editor?
- post editor changes & to &
- How to add button to post page WordPress 5.x
- Disable escaping html
- Gutenberg block editor – list of form components for custom blocks
- Completely disable editor
- What are the better WYSIWYG post editor replacement alternatives?
- If two users attempt to modify a page, does WordPress still work correctly?
- What’s the Best Way to Edit WordPress Files?
- Why is WordPress WYSIWYMG and how do I make it WYSIWYG?
- Add visual editor capability to custom excerpt window?
- TinyMCE Autoresize
- two tinyMCE editors in the same page
- Square brackets make WordPress ignore newline/paragraph
- Open posts in editor in the ‘Text’ mode by default
- Text cut off on save
- How to wrap the content of the main tinyMCE editor with extra tags
- line break are not working when editing a post [closed]
- Making the Post/Page Content Editor Box Bigger?
- Showing only certain buttons on tinymice content editor
- Set default text for the editor in new posts
- How to apply editor filter to posts with a specific custom post type
- How to *disable* the post content editor
- Add option for editors through `register_setting`
- Content editor creating blank paragraphs in spaces and creating   in the_excerpt
- 2nd button row from WP Super Edit or TinyMCE Advanced doesn’t show to 2nd admin
- Remove all table widths from editor content
- WordPress post editor crashes with Polyfill typo
- WYSIWYG editor in WP 3.2 plugin
- How do I fix my ‘Path’ field when editing pages via the Dashboard?
- Define multiple Gutenberg editor widths
- Add WYSIWYG to Image Description field
- in network setup super admin has the tinyMCE buttons and the regular admin has not
- edit posts through front-end
- How to get value of selected page template in Gutenberg editor?
- Float images in content
- Good tutorial on how to make custom write panels in WordPress 3?
- Always paste as a text in visual editor
- Use MarkItUp as editor and not the default
- Restrict other Admins from using Editor in Admin Panel
- Editor doesn’t load properly on my self-hosted WordPress 3.3
- Is there a filter for editor-style.css file?
- How to add notice text above Post Editor?
- Cannot access WordPress Appearance → Editor
- Edit the archive-{custom_page}.php via WP editor
- How to disable YouTube (and any other oembed) embeding in the editor
- Prevent WordPress from messing my HTML
- Bulk edit contents of pages
- How to leave a line between paragraphs when writing text in the visual or text editor
- Customize Editor Styles
- problem adding code into wp editor for https://wordpress.org/support [closed]
- How to display full width block without toolbar?
- WordPress editor converted/deleted HTML entities code
- How can I register a custom “Text Pattern” (WP 4.3) for TinyMCE?
- How to dynamically generate wordpress editor on frontend?
- Change syntax styling of TinyMCE HTML Text Editor
- Open ‘View Page’ Button in Editor in new Tab
- Opening Brackets Do Not Format to Paragraphs in Visual Editor
- WordPress editor spacing very unreliable
- wp_editor responsive?
- WordPress editor removes all the linefeed characters with WP-Markdown and Syntax Highlighter evolved
- Custom wysiwyg editor doesn’t execute shortcodes?
- Why wordpress word count differs from Microsoft word and sites like wordcounter.net
- Is there a plugin that let you edit Posts and Comments in a front-end page?
- WP is not allowing me to post Macintosh .pages documents to my blog