Viewing 1 replies (of 1 total)
  • I didn’t see wp newsticker on your site, but anyways i had the same problem which i was getting in firefox, chrome only and not in IE. after looking on the internet and searching at many sites, i didn’t find anything but slowly slowly i learned from this experience and tried many things and one fine day i stumbled upon the following solution which worked for me. try if it works for you also.
    in your news.php file in wp newsticker plugin folder- add negative margins to .news_wrapper p.label at line 21 (or 26 if default file)
    like this:

    .news_wrapper p.label {
    display: inline;
    float: left;
    background-color: #C33944;
    color: #FFF;
    height: 25px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin: -1px -1px -1px -1px;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
    }

    i hope this will work for you also.
    kind regards
    projme

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Newsticker] news and word "latest" display problem’ is closed to new replies.