Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nks

    (@nik00726)

    Hello

    Just add following css to /wp-content/plugins/vertical-news-scroller/css/newsscrollcss.css

    .newsscroller_title {
        width: 95% !important;
    }
    .scrollercontent {
        width: 95% !important;
    }

    Refresh browser cache and it will works fine.

    Thanks

    Thread Starter abqdanj

    (@abqdanj)

    Thanks, but unfortunately that did not fix it. Howerver, after messing with Inspect Element in the Chrome browser, I found that adding:

    .news-container ul {
    	position: relative !important;
    }

    corrected the problem. I suspect that some other plugin may have set “position: absolute” which caused the problem, but I’m not knowledable enought in css to determine what was causing the inheritance.

    Plugin Author Nks

    (@nik00726)

    Hello

    Have you cleared the cache ctrl+f5. Because I see it is working fine now in my browser chrome.I see the given css is applied and working.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘News Content Truncated on Chrome and IE Browsers’ is closed to new replies.