Can you post a link to your site so I can check it out? I’ll need to see your live site to give you specific css to use.
Thanks!
Add the following custom css to your News Tickers > Settings page or to your Customizer page:
#mtphr-dnt-widget-2 {
padding-left: 20px;
padding-right: 20px;
}
.mtphr-dnt-inline-title {
font-size: 16px;
margin-bottom: 0;
}
.mtphr-dnt-tick-container {
padding-top: 1px;
}
@media screen and (min-width: 1025px) {
.site-branding {
margin-top: 5px;
padding-left: 15px;
}
}
I adjusted a few other things as well, feel free to adjust. Also, you may want to break up your text into multiple ticks on your ticker instead of one long string. That will get rid of the large gap of empty space at the end of your tick.
I love that! Thank you so much…
I quite like the gap at the moment, but will bear that in mind.
Many thanks for helping a complete novice!