test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • gabrielanta Friend
    #180502

    I want to modify the vertical space between the title and the intro text in the ja-news-pro module at the front page of JA NEX

    See attached picture.

    Thanks 🙂


    1. joomlart-pregunta-ja-newspro
    Sherlock Friend
    #466430

    Hi gabrielanta,

    You can open the file of templates/ja_nex/html/mod_janewspro/nex/style.css looking for this css rule
    .ja-zin h4.ja-zintitle {
    font-size: 110%;
    font-weight: bold;
    line-height: 1.6;
    margin: 10px 0;
    padding: 0;
    text-transform: none;
    }

    And change it to
    .ja-zin h4.ja-zintitle {
    font-size: 110%;
    font-weight: bold;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    text-transform: none;
    }

    Hope that would help !

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 12 years, 2 months ago.

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