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:
- Create custom page templates with plugins?
- Unable to check if plugin is active
- Is it possible to stop selected plugins from loading on certain template pages?
- How to get current post ID in Contact Form 7 wpcf7_before_send_mail hook action
- Using Advanced Custom Fields with WordPress and Lightbox
- Add Archive Page Template via Plugin
- How to store ACF custom fields data in a custom table
- 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
- Advanced Custom Fields query
- How do I add advanced custom fields / meta fields to Elasticsearch? [closed]
- How to create Repeater fields using Advanced Custom Fields?
- Adding a post shortcode to a page template?
- Loop with array of posts using ‘Advanced Custom Fields’ plugin [closed]
- Using ACF to display data on all pages
- Advanced Custom Fields/User Role Editor – how to hide ACF for certain users?
- Last modified field for user profile?
- WP_Query ordering numbers as letters
- Is there any way to get all the name or slug of template parts used in a page?
- Calling custom plugin class methods from a template
- 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]
- Inserting HTML tag with ACF into shortcode
- Advanced Custom Fields plugin – get text from editor field and save it in a variable
- Register Page Template from Plugin
- Pull out Advanced Custom Fields in Related post plugin
- Matching Chapters to a Custom posts [closed]
- Advanced Custom Fields displaying on tag pages
- 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?
- add custom filters to the event calendar plugin programatically to frontend [closed]
- Can you use another Profile Builder shortcodes through advanced custom fields
- ACF: post query, hide duplicate values [closed]
- How to use get_template part in the plugin?
- Redirect to another page using contact form 7? [closed]
- Paid Membership Pro with ACF [closed]
- 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]
- Slashes stripped in ACF
- Remove Advanced Custom Fields plugin for client?
- Adding class to last list item? Not WP generated
- Keeping and updating ACF and ACF Pro at the same time
- 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 I create a custom permalink structure for a page template
- ACF – How to set the menu order for the relationship field
- Plugin create pages and use templates
- Conditional custom redirect
- Custom form not showing in correct place on page
- Ajax Call in page theme not working?
- Translation to ACF relationship field
- How do I show content from a plugin using the template the site is currently working with?
- How can recognize post’s category?
- Advanced custom fields and Slideshow gallery desn’t work together? [closed]
- How to dynamically change spots of text in custom page?
- Pull comments from one page/post into another page/post?
- Add custom PHP and HTML to the_content()
- How to modify the Loop from a plugin (instead of a theme)
- Advanced Custom Fields Plugin – Images not displaying
- How to create repeater field manually, without plugin (ACF Pro)?
- How to validate custom fields in Quick edit/bulk edit?
- What snippet do I need to type to show my ACF field show up on my theme?
- Replace the_content with ACF Flexible Content via function
- How to makes changes on the shop/category/tag pages but not on the product pages in woocommerce?
- acf backend error handling
- Setting Author on CPT
- Can’t load the the canges of field groups [duplicate]
- ACF Fields are not showing up on Homepage
- Why Custom fields description is not working WordPress Version 5.4.2?
- Images are broken in Wysiwyg Editor – ACF backend
- make p tag collapsed after 3 rows
- How do I change the functionality of an image slider which is part of ACF?
- Change the color of ACF Subtitle output background
- WordPress Product Detail and catalog
- how do i fixe Page Builder on a custom page?
- Will downloading a page builder plugin delete my existing data?
- Plugin json page
- Returning incorrect $post->ID after installing plugin
- ACF Query result in a new td (echo)
- Get a Taxonomy values in an array
- Else If statement for ACF [closed]
- How to use custom footer template in a site-plugin?
- How to differently style pages that display posts of different category in WordPress?
- Hide/Show panel not showing – ACF
- ACF: Hide a div or template section when a custom field (in a field group) is empty
- How ACF Advanced Custom Field works with Woocommerce Single Product [closed]
- How to create a page template using custom plugin
- Update acf field in woocommerce orders
- Resources for building a custom event page template
- 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)
- ACF prugin for WooCommerce Shop Page
- Using ACF to allow user to add and edit multiple saved forms
- How to provide page_template path in custom plugin using WordPress