Error on list block
-
I read all the content here: https://ww.wp.xz.cn/support/article/list-block/
But it didn’t help me to solve my issue.
I created a List for Table Of Contents.
So, I have some items on the list, and I have sub-items too.
But, after a sub-item (indented one), I have a item again (outdented).
At this point, there’s a space between the lines.
You can check it here: https://mundodasfigurinhas.com.br/album-copa-america-2021-preview/
PLEASE, CAN YOU FIX IT?
The page I need help with: [log in to see the link]
-
Hi there!
Can you clarify a little more on what you mean by fix? What is it you are looking to fix? The indentation, the space. I just want to make sure we’re on the same page here.
If it’s the space you are asking about I want to say that would be the theme’s styling causing that. You can use your browser’s inspector tool to see the CSS rules being applied.
The space between the lines.
Can you fix it?
I don’t want this space between the lines.
One thing that might help is adding some CSS. Doing something like:
.entry-content ul ul { margin-bottom: 1rem; /* you can change this part to suit your preference */ }That would target all unordered lists inside of the content.
Nice, it solved for me!
Thank you very much!
-
This reply was modified 5 years, 11 months ago by
eliaspatrickjr.
-
This reply was modified 5 years, 11 months ago by
The topic ‘Error on list block’ is closed to new replies.