The editor is doing fine to add <p> tag on line break. I think what you need is to add some css to add margin to <p> tag so you don’t have to add additional or empty paragraph tags (which i see on your current page).
try something like this on your css:
.entry-content p{
margin: 10px 0;
}
That should give you a nice margin on top and bottom of the paragraph tag. Also you might want to add some margin on <ul> and <li> to get a good formatting.
Hope it helps. Let me know if you have any questions.
Related Posts:
- Forcing reload of editor-style.css
- How can I make the wordpress editor apply the selected template?
- How to add a class to ul tags created by the WordPress editor Tinymce?
- How can I insert HTML attributes with an existing TinyMCE button?
- Efficient way to edit WordPress themes
- Is there a filter for editor-style.css file?
- Disable File Editing function
- Implement editor’ CSS on the custom themes
- Add WordPress Core CSS into editor-style.css
- Apply Classes to post text inside editor
- How to define a special character to change the style of my inline code?
- Bullet List Indentation not showing up in the wordpress
- Bullet points not showing in wordpress
- Customize margin between paragraphs using the Gutenberg Style editor
- How to add a custom CSS class to ALL links
- Background image reversed on pages after home page [closed]
- How to get an unique identifier for a page/post/category/tag etc.?
- Why won’t my custom login page CSS load?
- wordpress – site not update after update style.css
- NGINX+wordpress: CSS being served but not applied
- How to apply CSS based on publishing date
- Remove CSS Attribute by Overriding CSS in Child Theme
- CSS gap issue in div element
- Menu toggle bar works only on some pages in WordPress
- WordPress custom CSS file overrided by internal CSS [closed]
- Can you change the color of svg icons to the global color I choose from WordPress
- Including CSS files in HEAD based on page content
- Video header on mobile, disappears behind header and content
- Free theme and css/bootstrap.css is not overridden in the child theme
- Theme twentythirteen widget area clearfix
- How to style text in WordPress
- Use special fonts on a non-hosted WordPress blog
- Disable CSS for IE 8 and earlier.
- Equal height sections in custom Headway Theme
- Chat window hiding behind Twenty Eleven header
- CSS isn’t rendered on a post but just posted as text [closed]
- How would I create the same popup in css and javascript as the one in contact button on the site https://www.sublimotionibiza.com/es/main.html [closed]
- Customizing the Post/Page Editor in Classic Editor
- Hide Tab Titles from Tabs Block
- Hide product variations at home page
- How to use css only H2 Tag? Site is considering website title also H2 tag and changing its style as well
- How to edit CSS style sheet after migrating from local
- WordPress footer always at the bottom of the screen-page
- Dequeing Parent Fontawesome Deques Parent Styles
- TinyMCE on frontend style not working
- WordPress childtheme not loading any CSS/SCSS
- Why can’t blocks be hidden with jQuery?
- CSS: Appearance/Customise display different to actual display
- Border around menu button [closed]
- Correct use of !important
- How to change hover link colour for blog post (body) text only
- Problems styling a Custom Link in a Menu
- H2 On Blog/Article Page Gets Assigned a Class
- Font .woff files loaded don’t correspond to the displayed styles [closed]
- HTML not resizing
- Help locating old custom_css in PHP MyAdmin
- I would like to achieve a two column checkout page
- CSS transition from 0px width to 100% width
- Custom CSS rule overridden in theme
- Twenty Fourteen: Shrinking header while scrolling down
- CSS ?ver=4.7.3 not found
- Custom CSS rules only apply to home page
- Sticky Button not working WP. But does it JS Fiddle
- CSS in child theme to replace !important in parent theme
- How would I add this code to a single WordPress page?
- How to enqueue google fonts if we use directly in style.css
- Trouble with adding preloader to my home page index.html and index.js
- How to change in css with a custom theme?
- WP theme update causes child theme CSS problems
- How to change menu hover color to white on my theme? [closed]
- adding a favicon to site2 – site1/site2/favicon.ico
- How to make CSS load live based on options clicked in the theme customizer?
- How can a left and right margin be added to the admin bar without access to “…wp-includes/admin-bar.php”?
- Which files can be replaced in a child theme?
- Inserting a DIV Block Into a Listing of Excerpts?
- WordPress Custom Superfish CSS Problem [closed]
- Browser stacks different versions of style.css
- How do i make a sidebar background color? [closed]
- How to remove audio player styles added by mediaelement.js JavaScript?
- Do you use css reset in your child theme [closed]
- Is it possible to make invisible a div only on certain pages using CSS?
- Twenty Fourteen Theme – Moving left sidebar to the right
- WordPress doesn’t respect “ver” parameter in styles [closed]
- why does WordPress custom css convert alpha to hex values?
- What CSS selectors to know for WordPress? [closed]
- MY CSS FILE IS MISBEHAVING. IS NOT WORKING WELL ON MY WP SITE [closed]
- how to change the colour of this background
- Can I upload my HTML/CSS/Javascript game onto a WordPress page?
- How to add css to wp_head depending on the user role?
- can i custom rendered content from API?
- How enqueue CSS out of theme folder?
- Styling not refreshing for old visitors on WordPress
- How to include Elementor CSS in custom php file [closed]
- How to add CSS to WordPress
- How to add arbitrary custom CSS to a WordPress Block Theme using Site Editor?
- Wrap post titles containing slashes on narrow viewports
- Import css file from node_modules using @wordpress/scripts
- changing the banner color of “[product] has been added to your cart.”
- QUERY LOOP Custom CSS: Overlay feature image on Posts Grid- UPDATED
- When using https, WordPress doesn’t use https for CSS and JavaScript, and admin doesn’t work. How do I fix this?