Why is spacing between bullet points in content of my accordian so big?

Ticket for: Accordions Combo
0
Why is spacing between bullet points in content of my accordian so big? 1
Brenda Williams
Jun 23, 2023 01:37 AM 1 Answers
Member Since Jan 1970
Unsolved Solved Mark as Solved Mark as Unsolved
Subscribed Subscribe Not subscribe
Flag(0)

I have Accodian Pro and the bullet list within my content area has huge amount of spacing in between each bullet, and also at the beginning of the unordered list. How can I tighten that up?

0 Subscribers
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Why is spacing between bullet points in content of my accordian so big? 2
Azizul Raju
Jun 23, 2023
Flag(0)

Hi,
Please share the URL so we can identify what is causing the extra spacing for you.

Why is spacing between bullet points in content of my accordian so big? 3
Azizul Raju
- Jun 27, 2023 10:43 AM
Flag (0)
0

Unfortunately, yes. But if you put that CSS code on your theme CSS file, then you don’t have to add that code again when creating an accordion!
Please follow my Screenshot and give it a try –
https://i.ibb.co/7ksD1Mf/customize-theme-css.png

Why is spacing between bullet points in content of my accordian so big? 4
Brenda Williams
- Jun 26, 2023 07:25 PM
Flag (0)
0

That worked. Will I have to do that each time I create a new Accordian?

Why is spacing between bullet points in content of my accordian so big? 3
Azizul Raju
- Jun 24, 2023 12:05 PM
Flag (0)
0

This is probably coming from a third-party plugin. But you can add the CSS code below to resolve this.

Copy the code below: (with the dot)
.accordion-content br{
display: none !important;
}

Then ‘edit’ your accordion and under Custom scripts => Custom CSS option, paste the code and update your accordion.
Screenshot: https://i.ibb.co/TgdmMrN/br-issue.png

Let us know if it helps.
Regards.

1+ more comments. Sign in to Reply
Replying as Submit