• Resolved samuelng527

    (@samuelng527)


    Hi,

    How can I shifted those bullet point content (text) to align to more to the left side? Same alignment with the header.

    Please advise, many thanks.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.
    Also, sorry for the late reply. I was very busy with personal life, so that I could not reply earlier.

    I’m not really sure what you mean. The bullet points are pretty much at the left edge already, while the header cells are center-aligned?

    Regards,
    Tobias

    Thread Starter samuelng527

    (@samuelng527)

    Hi,

    I have managed to resolve the bullet points alignment already by applying the below CSS.

    ul, ol {
    margin: 0 0 1.5em 0em; /* order goes top, right, bottom, left */
    padding-inline-start: 17px; /* change this */
    }

    Thank you very much.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Yes, this looks good!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bullet Point Content Alignment’ is closed to new replies.