I’m using the JA Newsticker module in slideshow position on my JA University T3 site. Unfortunately, the newsticker is displayed too close to the Masthead banner above it.
see: http://therebel.org/en/
I would like the newsticker to be displayed half way in between masthead and Jomsocial toolbar. I tried entering this code into the custom.css file:
.ja-headlines-item {
text-align: center;
padding: 10px 0 0 0; */
}
but that didn’t work. The newsticker was covered up instead. I also tried this code:
.ja-headlines-item {
text-align: center;
margn-top: 10px; */
}
with the same result.