Arrange list with bullets

Hello Community
I need your help.
How can I change/adjust the indentation in a list with bullets?
So that all are on one line? See pictures in the attachment.
Is there a way to do this?

Thanks
Andy

You can add left padding to the li tag by adding li to the class manager.

Although what I would probably do is target the list, so you dont effect anything else on your project.

Add a custom class to your list. Then make a class eg. mylist li preserving the space.

Now you can set some left padding.

1 Like

Hey Pete

Thanks a lot for the advice.
it sounds a little complicated but I will try.
Thank you.

Many greetings
Andy

Easier than it sounds @Andy,

There are a few ways you could do this, this is what I would do. Then to have this style apply to any other list on your site just add the class to the list.

3 Likes

Hi @Andy, The option given by @PeteSharp is probably your easiest option. However, if you want to keep the text wrapped around the icon you’ll need a different approach. There’s a topic about it, including a sample file to get you going here:

Oh I didn’t look close enough, I had assumed @Andy had used the list bric. :stuck_out_tongue:

Thanks @Jerry

1 Like

Adding a third solution to this topic:

  1. Create a paragraph
  2. Add a blank space before the text
  3. wrap the blank space in a span
  4. add in the class manager the following classes to the blank space (without brackets):
    “fa” “fa-cat” “mystyling”

Fa will read the span as a font-awsome icon, fa-cat is the actual icon (a :cat:) and mystyling you use for size, colour, padding etc.

All names of the font awesome icons can be found here

The result will be:

3 Likes

ooohhh…all right!
My process was completely wrong :).
First I selected the bric ‘list’.
Then I selected the bric ‘icon with header’ in the list ;).
But the way you do it Pete is exactly how I need to have it.
as always…just need to know how to do it :).

Thanks so much.

Hi Jerry

Thanks for your help.
This is not exactly what I need. Sorry, maybe I didn’t write it right. I need a list of points.

So many different ways to do things. All good.

Yeah it’s easy to assume sometimes what people are trying to achieve. We usually get there in the end.

1 Like