One simple way to address this, if you only have access to the block editor, would be to click on the three dots, edit the block as HTML and add something like this:
<li style="margin-left: 60px">
(Change the value to suit.) It may not show in the block editor, but will when you load the page.
To handle this site-wide using CSS, you could use the Simple Custom CSS and JS plugin for example, and add a rule like this:
li { margin-left: 60px; }
… but that would have to be customized to your site to work properly since you probably don’t want to affect ALL list items.
Related Posts:
- Forcing reload of editor-style.css
- How can I insert HTML attributes with an existing TinyMCE button?
- 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?
- Efficient way to edit WordPress themes
- Is there a filter for editor-style.css file?
- Inline Style attribute getting stripped off
- Disable File Editing function
- How to sync the style in the visual editor with the style of a child theme?
- Show class from css in format dropdown
- How do I get access to the CSS Editor
- How to style text in WordPress
- How can I force the WordPress visual editor to preserve the line breaks after paragraphs?
- Customizing the Post/Page Editor in Classic Editor
- Implement editor’ CSS on the custom themes
- How can I add a stylesheet to the Classic Editor page?
- How to adjust text’s width and put it at center of post (Visual) editor?
- 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 points not showing in wordpress
- Customize margin between paragraphs using the Gutenberg Style editor
- Why does the “visual editor” add useless html-comments and how can I get rid of them?
- Column order manipulation using col-lg-push and col-lg-pull in Twitter Bootstrap 3
- What does !important mean in CSS?
- Remove blue underline from link
- CSS Background Opacity [duplicate]
- What does auto do in margin: 0 auto?
- HTML Width Percentage
- CSS Invalid Property Value?
- css to make bootstrap navbar transparent
- Play multiple CSS animations at the same time
- Why are my CSS3 media queries not working on mobile devices?
- border-radius not working
- How to show tags in my tumblr theme?
- HTML span align center not working?
- bootstrap 4 row height
- sass :first-child not working
- HTML colspan in CSS
- Flexbox float right
- Text wrapping around a div
- Iframe’s overflow problem
- Show / hide div on click with CSS
- How to expand textarea width to 100% of parent (or how to expand any HTML element to 100% of parent width)?
- Remove Open Sans from Twenty Twelve theme
- Is it possible to enqueue a raw CSS string directly from within a template file?
- Overriding Gallery Margin
- Gutenberg Block Editor Match Admin Styles & Frontend Styles
- How do I add a class to that is generated by >
- wordpress CSS styles – footer border do not show
- Can I use theme options to change two things at once?
- get_stylesheet_uri returns wrong path
- Include print style sheet
- Is it possible to ignore the first Line Break in a preformatted Div from a shortcode?
- De-registering a CSS file leaves it in the queue
- How To Load Different CSS Style, Based On Language When Using QtranslateX [closed]
- Delete mobile menu button [closed]
- Unable to remove space between header and slider section in wordpress website
- Trying to figure out why my child theme is trying to access a file that doesn’t exist
- How to edit the default icon of Add Media button?
- Hide Image On WordPress On Single Page [closed]
- Faster fonts on mobile
- Reduce white space in twenty fourteen
- Ordering stylesheet above using functions.php
- How to know which order WordPress places CSS files?
- How to remove the gap on right side of webpage (using Bootstrap with WordPress)?
- All of my custom Bootstrap styles are not working in my child theme!
- With over a page of content the footer remains where the bottom of the screen was at top scroll
- Overwriting forced wordpress CSS styles [closed]
- How to add/insert a class to a sidebar in single.php?
- Customizing WP-syntax to get custom colors
- Sidebar missing from Homepage
- W3TotalCache and Javascript — what should go where, when?
- 2 css files? Theme css file gets override by another css file that I can not edit
- How to insert the current user’s role into the body class in the admin backend
- custom template display 3 columns
- Need to make sidebar responsive only when screen width is greater than 1024px
- Does anyone know how to make text fade in when scrolling down, that doesn’t require any plug-ins? [duplicate]
- Blog page and the Home page showing the same content
- How to change specific menu tab from left to right in My Home Theme?
- WP Admin Bar transparent on some pages (.screen-reader-shortcut)
- Admin bar default color scheme for nonregistered/nonlogged users
- Lines of CSS only being delivered while logged in
- How to Take Logo Out of Navigation Menu? [closed]
- @media applying globally and not separately for each screen width [closed]
- Make different border color gallery items
- How remove the white space between my menu and slider?
- WordPress site using unknown overriding css
- Move both sidebars more to their sides [closed]
- Style Switching
- Theme looks ugly – FOUC – stylesheets loaded in footer
- How to target only one element if more elements share the same CSS class
- Can’t override CSS with child theme
- Why doesn’t media(max-width) work on h2 title?
- How to use WordPress 3.8 back-end CSS in front-end?
- Twenty Twenty Four Theme – Image and text same height?
- How to force Gutenberg to follow all custom CSS styling in preview?
- Styles not showing up in WordPress site
- grid overlapping problem
- CSS Selector to override default theme.json custom properties in theme stylesheet