Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #524328

    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?

    ul_list

    ol_list

    #524575

    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

    #524584

    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.

    #525088

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .summary.entry-summary {
        padding-left: 5px;
    }

    Regards,
    Yigit

    #525158

    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).

    #525682

    Hi!

    Please try changing the code to following one

    .summary.entry-summary li {
    list-style-type: disc;
    }

    If that too does not work, please change your list to UL and let us know

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.