How do I align the thumbs left of the title and content like on the dittynewsticker.com website?

Last Updated: September 16th, 2022

You need to add the following custom css to your News Tickers > Settings page:

.mtphr-dnt-posts-thumb {
  display: block;
  float: left;
  margin-right: 20px;
}