Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 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

    Thread Starter projme

    (@projme)

    thank you very much for your help. I followed your advice and checked links in developer tools of chrome and found the thing. i changed border radius in my style sheet and it is working as i wished. thanks for your help, i really appreciate it.

    Thread Starter projme

    (@projme)

    Hello sir,
    thank you very much for your help, i really appreciate it but i understood little bit of it only i.e creating user-get-posts-style.css inside theme root folder and nothing is happening if i am changing styles there inside that file.
    As far as custom styling is concerned, i think thumbnail styling code is green coloured inside the settings page of tpg_get_posts plugin, which means may be its in premium version – if i am right.
    i don’t know much coding so cannot do this without step by step instructions, if something is available on your some other help page or if you have time to write here if it is possible for you. I would really appreciate that. thanks for your time.

Viewing 3 replies - 1 through 3 (of 3 total)