Indent list at pagination

Posted in: Newspaper
Post count: 257

Hello, I am using the list element. Unfortunately, it starts from the very beginning under the bullet when there is a break in the line.
How can I indent this?
I do NOT want to work with <br> etc.. How does this work with CSS or the composer settings?

>> https://nimb.ws/PUowku

Post count: 27744

Hello,

So, I understand you want to have like this -> https://i.imgur.com/HQwvrWG.jpg, right?
You need to use a custom code CSS

.tdm_block_list .tdm-list-item .tdm-list-text{
width: calc(100% - 25px);
float: right;
}

If it does not align properly, the px value must be changed.

Thank you!

Post count: 257

thank you.

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