Helix Ultimate - No Bullets In List With - - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Helix Ultimate - No Bullets In List With -

O

Ottele

Template 4 months ago

In Joomla 5 using the Helix Ultimate template, I would like to see bullets in a custom html – module:

But in the frontend it doesn't show the bullets and has strange linebreaks.

The module with this problem can be seen on my test site at the right at https://ottele.lu/en/

I have solved temporary the problem of the no show of bullets in <ul> by changing the Module Style from Inherited to html5.

But then the border of the module disappears because the border is defined by Module class boxed-module.

The bullets are in the backend, but no in the frontend... Is there a solution?

0
4 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 4 months ago #196798

Hi there,

Thank you for reaching out, and I apologize for any inconvenience caused by this oversight. I have checked it my end and it works fine.

https://prnt.sc/CBxXhy2nVrM7

https://prnt.sc/ohrMlI40IdAO

Best regards,

Toufiqur Rahman (Team Lead, Support)

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 4 months ago #196799

Hi there,

Thank you for reaching out, and I apologize for any inconvenience caused by this oversight. I have checked it my end and it works fine.

https://prnt.sc/CBxXhy2nVrM7

https://prnt.sc/ohrMlI40IdAO

Best regards,

Toufiqur Rahman (Team Lead, Support)

0
O
Ottele
Accepted Answer
4 months ago #196805

Many thanks! But I needed to add the following css code:

sp-right .sp-module-content ul,

sp-right .mod-custom ul {

list-style-type: disc !important;    /* force disc bullets */
padding-left: 1.5em !important;      /* indentation for bullets */
margin-left: 0 !important;
display: block !important;            /* ensure UL behaves normally */

}

sp-right .sp-module-content ul li,

sp-right .mod-custom ul li {

display: list-item !important;        /* revert if display flex/inline-block */
0
Toufiq
Toufiq
Accepted Answer
Senior Staff 4 months ago #196871

Can you share a screenshot that you want to do exactly. I need to understand it visually.

0