Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • ceeyee Friend
    #194518

    In the right list of items in the JA News Featured Module, the gap between the title and description is too wide (screenshot).

    May I know how to shrink that gap into half?

    Thanks.


    1. JA-News-Featured-Module1
    Ninja Lead Moderator
    #521502

    You can modify the css file as follows:

    Open modules/mod_janews_featured/tmpl/telineiii/style.css file,

    Change


    .telineiii .ja-zincontent h4.jazin-title {
    text-transform: none;
    font-size: 125%;
    font-weight: bold;
    text-transform: none;
    }

    To


    .telineiii .ja-zincontent h4.jazin-title {
    text-transform: none;
    font-size: 125%;
    font-weight: bold;
    text-transform: none;
    margin: 5px;
    }

    Once done, please clear cache from Admin area.

    ceeyee Friend
    #521592

    <em>@Ninja Lead 409814 wrote:</em><blockquote>You can modify the css file as follows:

    Open modules/mod_janews_featured/tmpl/telineiii/style.css file,

    Change


    .telineiii .ja-zincontent h4.jazin-title {
    text-transform: none;
    font-size: 125%;
    font-weight: bold;
    text-transform: none;
    }

    To


    .telineiii .ja-zincontent h4.jazin-title {
    text-transform: none;
    font-size: 125%;
    font-weight: bold;
    text-transform: none;
    margin: 5px;
    }

    Once done, please clear cache from Admin area.</blockquote>

    Thank you very much.

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

This topic contains 3 replies, has 2 voices, and was last updated by  ceeyee 10 years, 9 months ago.

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