Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Andrew Winkler Friend
    #203278

    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.

    chavan Friend
    #557464

    Go to this File: /modules/mod_janewsticker/assets/style.css

    Replace this code


    .ja-headlines .jahl-opacity { width: auto; display: block; position: absolute !important; float: left; }

    with


    .ja-headlines .jahl-opacity { width: 100% !important; display: block; position: absolute !important; float: left; }

    Andrew Winkler Friend
    #557496

    It’s now showing the newstickers in the middle, but still too close to the masthead above.

    chavan Friend
    #557497

    Add this code to style.css

    .ja-headlines {
    margin-top: 15px;

    }

    Do you want the text to be centered or not, Please advice

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  chavan 9 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum