How to align block title, excerpts, etc

Posted in: Newspaper
Post count: 9

Hi,

I’m using block 23 on my homepage and title, author name, excerpts, etc are all aligned in center. Can I change settings so it will align to the left or is this only possible by CSS? If only by CSS, how can I manage this?

Thanks for your help!

Post count: 35449

Hi,

If this is what you want to achieve https://www.screencast.com/t/S0Z6r6e8 please add the below css in newspaper>theme panel>custom code>custom css
.td_block_23 .td_module_18 .meta-info-container {
text-align: left;
}

Also if you want to have more control you can use a flex block ( flex block 5 is similar with block 23 )

Thanks.

Post count: 9

Great! I didn’t see all the controls of flex block 5 before. That’s exactly what I need.

Thanks!

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