[Resolved] Bullet points in Footer

Home Forums Support [Resolved] Bullet points in Footer

Home Forums Support Bullet points in Footer

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1406575
    Markus

    Dear Generatepress-Theme,

    In my footer widget I’ve got the following code:

    <ul>
    <li><a href="https://www.radtouren-checker.de/99-fahrrad-fragen/">99 Fahrradfragen</a></li>
    <li><a href="https://www.radtouren-checker.de/albtaeler-radweg/">Albtäler Radweg</a></li>
    </ul>
    

    (See here the footer: https://www.radtouren-checker.de/blog/)

    But this code don’t show up as bullet points in the widget. Is it possible to show bullet points in any way?

    And second question:
    – Is it possible to change the space between the lines within the widget?

    Kind Regards,
    Markus

    #1406610
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .footer-widgets #custom_html-91.widget ul li {
        list-style-type: disc;
        padding-bottom: 10px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps 🙂

    #1406853
    Markus

    Yes it helps, great.

    And how could I change the space between the rows now? I’d like to change it only in the footer and nowhere else on my site…

    #1406863
    Markus

    Oh, I just have to change the padding, right?

    #1406941
    Leo
    Staff
    Customer Support

    Yup the padding-bottom in my CSS should do.

    #1408027
    Markus

    Resolved!

    #1408127
    Leo
    Staff
    Customer Support

    Glad to hear 🙂

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