Tagged: bullet list
Hi,
I try to make a bullet list (OL) In my individual product page, in the product short description
but it does not work (see screen capture 1). But it works if I make a unordered list (UL) except
a part of the numbers are clipped at left (see screen capture 2).
How I can make a bullet list ? Is there a conflict with Enfold?
Hey AlainTernet!
You can replace the CSS code to be
list-style-type:disc;
and it will work, for the product-description class.
Do u know how to do it, or need further assistance?
Regards,
Basilis
Yes, I think I need more assistance.
I use this code:
<ol>
<li><span style="font-size: 12pt;">Pendentif en ivoire de mammouth fossilisé, vieux de plus de 11 000 ans (pouvant aller jusqu'à 11 000 ans)</span></li>
<li><span style="font-size: 12pt;">Dimensions: XXX" X XXX" (XXXcm x XXXcm)</span></li>
<li><span style="font-size: 12pt;">Petit livret explicatif inclus avec chaque bijou</span></li>
<li><span style="font-size: 12pt;">Le pendentif est livré avec un cordon en coton ciré avec un fermoir ou avec un cordon de longueur ajustable avec des noeuds coulants (choisissez le type de cordon voulu ci-dessous)</span></li>
</ol>
Where I have to modify the code ?
In the list or in my quick cuss ?
Best regard.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.summary.entry-summary {
padding-left: 5px;
}
Regards,
Yigit
Thanks Yigit, this resolve the clipping issue, but it’s not exactly what I want: I want to make a bullet list (I am able to make a numbered list but my bullet (UL) do not work).