-
hollytga
I am having trouble with ACF, specifically with the WYSIWYG editor. I cannot get it to show a bullet list without making columns within it.
What am I missing.
(FYI the ACF is being used Custom Post Type within an element to display the page). You can see the example here in the top right FAQ. https://beb.fresheggs.biz/faq/service-and-returns/
-
Hi there,
The container is set to
display: flex
, it’s the normal behaviour.Can you try setting it to
display: default
? -
hollytga
I changed both container columns to default. But the content within the accordian coming from ACF WYSIWYG is still in columns.
I also tried setting the parent container to default instead of flex. This put the second container below the first instead of columns as I wanted it, but the content within the accordian from ACF WYSIWYG was still in columns. So that didn’t help either.
-
Try comparing the 2 screenshots, one with the container set to
display:flex
, and one with the container set todisplay:block
ordefault
:Flex: https://www.screencast.com/t/y5Pl0niFWt
Block or default:https://www.screencast.com/t/gDHLKXHwFC -
hollytga
Thanks for the screencast Ying. I found it. I was changing the wrong one before.
-
Glad to hear that 🙂
- You must be logged in to reply to this topic.