test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • gursoy Friend
    #158605

    Hi,

    I have JA Newsticker module installed but navigation text overflows to top of the page just over the logo. See image.

    Thanks…


    1. headlines_navigation_overflows
    aman204 Friend
    #371372

    Can you provide a link to your site

    gursoy Friend
    #371377
    aman204 Friend
    #371380

    Change this::

    a.ja-headelines-pre, a.ja-headelines-next {style.css (line 29)
    border: medium none !important;
    display: block;
    float: left;
    height: 15px;
    text-decoration: none !important;
    width: 15px;
    }

    to

    a.ja-headelines-pre, a.ja-headelines-next {style.css (line 29)
    border: medium none !important;
    display: block;
    float: left;
    height: 15px;
    text-decoration: none !important;
    text-indent: -999em;
    width: 15px;
    }

    Css reference:: modules/mod_janewsticker/assets/style.css

    gursoy Friend
    #371383

    Didn’t work!

    aman204 Friend
    #371387

    Please re-check as you mainly need to add this property::

    text-indent: -999em;

    as it would hide specific text which isnt needed

    gursoy Friend
    #371390

    OK, I needed to clean the cache. It works now. Thanks…

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

This topic contains 7 replies, has 2 voices, and was last updated by  gursoy 13 years, 11 months ago.

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