Changing text alignment in a block

Posted in: Newspaper
Post count: 9

Hi,

I have block 3 on my main page. I would like to change its text alignment from right to left.

What would be the best way to do this?

Kind Regards

Post count: 20688

Hi,

The text on the block is already aligned to the left
https://www.screencast.com/t/I4UHwNBS
Maybe you meant to make it aligned to the right
https://www.screencast.com/t/Nx7y5kb5WY
This is the code used, you must enter it in Theme panel->Custom Css

.td_block_3 .entry-title,
.td_block_3 .td-module-meta-info {
text-align: right;
}

This may also require to move the comment count is you have it enabled, on the left side
https://www.screencast.com/t/9VogYpAbqb
This is the code used

.td_block_3 .td-module-comments {
float: left;
}

If this is not what you wanted, it would be very helpful if you could provide more details, or some screenshots with what exactly you are trying to achieve.

Thanks

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