smart list text order

Posted in: Newspaper
Post count: 63

1. In smart list is there a way to remove the numbers so the post will remain with titles sections titles only?

2. In smart list, is there a way to match the post text/image structure as it was entered.

First Paragraph
— Title
— Text 1
— Image
— Text 2

Second Paragraph
— Title
— Text 1
— Image
— Text 2

Etc…

Now it always does the same:

Any Paragraph
— Title
— Image
— All Texts

Post count: 35449

Hi,

I think that you want something similar with this -> https://demo.tagdiv.com/newspaper/smart-list-style-2/ but without numbers -> https://i.imgur.com/1dAAJAP.jpg
.td-sml-current-item-nr {
display: none;
}

You can check more in our documentation from here -> https://forum.tagdiv.com/smart-lists/

Thank you!

Post count: 63

Well, I guess not because the suggested solution you shared here is:

— Title
— Image
— 100% Text

VS.

— Title
– 50% of Text content
— Image
— the other 50 % of Text content

As for your suggestion CSS to remove the numbering, it maintains spaces instead of aligning the title with the image

Post count: 35449

Hi,

Unfortunately for the moment the smart list can not be display like this
— Title
– 50% of Text content
— Image
— the other 50 % of Text content

Using this custom css https://i.imgur.com/2bPM2z3.png the margin left from style 2 will be remove.
.td-sml-current-item-nr {
display: none;
}
.td_smart_list_2 .td-sml-current-item-title{
padding: 0;
}

Thank you for your understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.