Issue: I can’t set spaces and line breaks in WordPress visual editor.
Solution:
1. open your WordPress installation directory
2. Go to wp-content/themes/theme### folder and open functions.php file
3. Locate the following code and remove/comment it
//Stop WordPress from automatically inserting paragraph tags
remove_filter('the_content', 'wpautop');