Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1029040

    Hi
    Your site is in the offline Mode.
    Kindly share the working site Url or login details using private reply.
    Also, kindly turn off the css compression of the site before sharing the working URL.

    Regards

    winbelltrade Friend
    #1029061
    This reply has been marked as private.
    winbelltrade Friend
    #1029146

    Site is online now

    Pankaj Sharma Moderator
    #1029209

    Hi
    Open /modules/mod_janewspro/tmpl/default/style.css
    Find

    .default .ja-zinlinks ul li {
        padding: 0 0 0 10px;
        background: url(images/arrow.png) no-repeat 1px 3px;
        margin: 3px 0 5px;
        line-height: normal;
    }

    Replace it with

    .default .ja-zinlinks ul li {
        padding: 0 0 0 10px;
        background: url(images/arrow.png) no-repeat 1px 3px;
        margin: 3px 0 5px;
        line-height: normal;
    font-size:14px;
    }

    For the article text
    open /templates/ja_teline_iv_t3/local/css/template.css
    find

    .item-page .article-content > p {
        margin-bottom: 15px;
    }

    replace it with

    .item-page .article-content > p {
        margin-bottom: 15px;
    font-size:14px;
    }

    Hope it helps.

    winbelltrade Friend
    #1029331

    Thanks for the fix. All looking good

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

This topic contains 5 replies, has 2 voices, and was last updated by  winbelltrade 6 years, 11 months ago.

The topic ‘Increase Text size for JA News Module’ is closed to new replies.