• Closed
  • Harald Röh
    Spectator
    November 9, 2015 at 2:04 am #21884

    Hi,
    when including an unordered list in the text of a post or page, Alora will not recognize this list. It recognizes however an ordered list.
    When I switch the theme to evolve, the unordered list of the same post / page is recognized correctly.
    It seems to me, that some setting in Alory prevents the unordered list from working correctly.

    Kind regards,
    Harald

    Denzel Chia
    Moderator
    Posts: 2656
    November 9, 2015 at 7:25 am #21890

    Hi,

    Please use the following in your Theme Options -> Custom CSS

    .post-content ul {
    list-style-type: disc !important;
    }

    Thanks!

    Harald Röh
    Spectator
    Posts: 39
    November 9, 2015 at 1:20 pm #21899

    Hi Denzel,

    thanks for the reply.
    Indeed, adding that CSS sniplet now shows the disc bullet on the post/page.

    However, the indent of the list item does still not work.

    Have a look at http://gfcev.de/anforderungen-sichtweisen-kalender-2017/
    The bullets have a negative indent and the text of the list item has no ident.
    (Further down the side, you see that ordered list works fine.)

    You can see the same issue in the widgets.
    bullets have a negative indent, but the list item text is correctly idented.

    Any further good addvice how to fix the ident?

    Thanks and best regards
    Harald

    Denzel Chia
    Moderator
    Posts: 2656
    November 10, 2015 at 7:19 am #21923

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .post-content ul {
    margin-left: 30px !important;
    }
    .widget ul {
    position: relative;
    left: 10px !important;
    }

    Thanks!

    Harald Röh
    Spectator
    Posts: 39
    November 11, 2015 at 1:47 am #21963

    Hi,

    thanks for the reply, it really solved the issue for UL in sidebar and text.
    I only changed the amount of displacement (40px instead of 30px, and 5px instead of 10px).

    But the alora theme is a bit difficult to handle.
    Correcting sidebar widgets does not effect footer widgets.
    Please have a look at gfcev.de again.
    The Meta widget at the bottom of the left sidebar looks fine now.
    However, the same Meta widget in the footer still looks faulty.
    There are no bullets and appropriate indents in the UL of the Meta widget in the footer.
    Can you help with the footer widgets as well, so that they will show the UL correctly with bullets (the same way as in the left sidebar).
    Widgets for a website should have the same ‘look’, independent of their position!

    Thanks
    and kind regards,
    Harald