How to justify all elements of one block

Posted in: Newspaper
Post count: 8

I want to justify all elements (except comments td) of block at left.

Im trying with:

.td_block_23{
text-align : left;
}

but don´t work

Exactly i want what these block looks like block 22

Post count: 8

.td_block_23 .td-module-meta-info{
text-align : left;
}
.td_block_23 .td-excerpt{
text-align : left;
}

Solved, close topic please.

Post count: 22421

Hello,

Please try this code:

.td_module_18 .td-excerpt{
text-align: left;
}

Thank you!

Post count: 8

Solved
Thank you!

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