Its because the wrapper around that text block is set to display: flex;.
You could override this by adding the following CSS…
.special-list .right-text {
display: block;
}
You can add this in Admin > Appearance > Customize > Additional CSS
You might want to add this and then test other pages that use this code to make sure it doesn’t break anything else.
Related Posts:
- Unable to check if plugin is active
- Is there a WordPress plugin that registers a plugin file as a custom page template?
- Is it possible to stop selected plugins from loading on certain template pages?
- Ways to have multiple front-page.php templates that can be swapped out?
- How to get current post ID in Contact Form 7 wpcf7_before_send_mail hook action
- Using Advanced Custom Fields with WordPress and Lightbox
- How to store ACF custom fields data in a custom table
- Generate Advanced Custom Fields box in custom admin menu page
- Edit Imported advanced Custom Fields from wordpress Dashboard
- Visual Composer vs. Advanced Custom Fields [closed]
- ACF for audio url in wordpress audio shortcode
- Why am I sometimes getting a 404 error when I try to update a page with Elementor?
- Template plugin for blog posts? [closed]
- Custom field in TWIG template – Advanced custom fields plugin
- Is it possible to upload a template file to a directory that can be used by all themes?
- Advanced Custom Fields query
- Adding a post shortcode to a page template?
- Loop with array of posts using ‘Advanced Custom Fields’ plugin [closed]
- Advanced Custom Fields/User Role Editor – how to hide ACF for certain users?
- Last modified field for user profile?
- Is there any way to get all the name or slug of template parts used in a page?
- Create a custom page template inside my wordpress plugin
- Get post by ASC from custome field DATE picker
- Getting value from Advanced Custom Fields [closed]
- How can you include a theme template file from within a plugin (i.e. WooCommerce’s Shop page)?
- Inserting HTML tag with ACF into shortcode
- New to wordpress: would like to have pluggable main page sections [closed]
- Advanced Custom Fields plugin – get text from editor field and save it in a variable
- Pull out Advanced Custom Fields in Related post plugin
- Using a post-signup hook to get user details
- Matching Chapters to a Custom posts [closed]
- Advanced Custom Fields displaying on tag pages
- Plugin-generated pages use Not Found or Pages Archive templates?
- Custom Fields with Pods not being translated
- is there a way to link one of the field in ACF field group, to a field in a media attachment page? [closed]
- How to remove the inline styles from the content of a WYSIWYG editor field at the time of saving the post?
- dirname( __FILE__) returning wrong directory inside plugin
- How to use get_template part in the plugin?
- Paid Membership Pro with ACF [closed]
- ACF only showing up in Homepage but doesn’t appears in all pages
- Show author on every sub-page
- Advanced Custom Fields – Disable Users to Edit Custom Fields
- Using ACF default value to autoincrement a number field
- Advanced Custom Fields – Get value in other plugin file [closed]
- Create custom template in plugin and display it into post template section?
- Remove Advanced Custom Fields plugin for client?
- Adding class to last list item? Not WP generated
- Trying to add a page template for my custom post type from a plugin, but it will not display in the template dropdown unless file is in theme
- How do we update a custom file upload field with the Advanced Custom Field plugin?
- the_content() printing DOCTYPE, and tags in the middle of page
- Advanced Custom Fields (acf) – Filter Relationship by Taxonomies not Post Type
- Conditional custom redirect
- Preview with Custom Post Type Not Working
- Ajax Call in page theme not working?
- How to display a number of posts based on a Advanced Custom Field (ACF)
- Translation to ACF relationship field
- How can recognize post’s category?
- How to get the get the select values created by ACF plugin in wordpress
- How to dynamically change spots of text in custom page?
- How to modify the Loop from a plugin (instead of a theme)
- How to create repeater field manually, without plugin (ACF Pro)?
- How to validate custom fields in Quick edit/bulk edit?
- Replace the_content with ACF Flexible Content via function
- Setting Author on CPT
- Can’t load the the canges of field groups [duplicate]
- Give custom page template a custom post ID
- Multisite – Cloning CPT pages + content (including ACF Flexible Content) from site to site
- ACF checkbox return format based on page
- custom fields not displaying on wordpress site
- ACF Fields are not showing up on Homepage
- Why Custom fields description is not working WordPress Version 5.4.2?
- Change the color of ACF Subtitle output background
- WordPress Product Detail and catalog
- Will downloading a page builder plugin delete my existing data?
- Plugin json page
- Add Custom Field to Post Pages via Plugin
- Get only selected custom taxonomy
- ACF Taxonomy search on backend (Relationship field)
- Get a Taxonomy values in an array
- How to use custom footer template in a site-plugin?
- plugin_dir_url(__FILE__) searches parent theme in ACF extension
- Passing variable from template file to the plugin file
- How to differently style pages that display posts of different category in WordPress?
- Custom Page Templates for a complex application – code must sit in a plugin and not the Theme
- How to use categories in the URL with Advanced Custom Fields?
- Advanced Custom Field User Help URL
- Define constant for one plugin in mu-plugin
- Hide/Show panel not showing – ACF
- Pulling Advanced Custom Fields from other pages
- Custom time field won’t sort regardless of format
- Sort Reviews/Ratings by date on Woocommerce
- ACF Taxonomy Object term Null [closed]
- Update acf field in woocommerce orders
- True/False ACF field returning null by default even if default value is true
- Sort posts by Date (DESC) and by ACF: active_inactive (ASC)
- Using ACF to allow user to add and edit multiple saved forms
- How to provide page_template path in custom plugin using WordPress
- Advanced Custom Fields (ACF) and their Javascript API
- Not applying update field (acf) in my plugin
- Draft standard post by ACF Data picker