justjim1220 / MMM-NewsFeedTicker

A modification of the default MM2 newsfeed. A news ticker similar to the ones you see on TV news channels (CNN, ESPN, MSN, etc.). Shows the logo the main headline, and a short description.
GNU General Public License v3.0
26 stars 13 forks source link

Ticker image not in line with ticker body #12

Open Sam-Wo opened 4 years ago

Sam-Wo commented 4 years ago

I love the module, thanks for all the work. My issues is though. When I move the ticker to the top bar. The image of the news source is not in line with the body of the ticker anymore (see picture). I suppose there is a simple fix for this, but my coding skills are lacking. Any ideas? mm

module code: newticker module

ghost commented 3 years ago

i fixed this by putting a custom.css rule, dunno why they would have it like that also theres a large space from the top of the screen if someone could figure that out also would be great been trying stuff for an hour now, here's the image fix

.MMM-NewsFeedTicker .image { margin-bottom: 30px; }