Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • winbelltrade Friend
    #208337

    Where on the css file could I reduce the line spacing in the category items in Jadirectory. The listing is quite large and I desperately want to reduce the line spacing to contain all the items. Kindly view the attached file. Thanks.

    Ninja Lead Moderator
    #576579

    Try to create templates/ja_directory/css/custom.css file and add new rule

    .t3-section .k2CategoriesListBlock .level0 > li ul {
    margin: 26px 0 0;
    }

    div.k2CategoriesListBlock ul li a {
    margin: 13px 0;
    }

    Then change to the value which suits your need.

    Ninja Lead Moderator
    #642892

    Try to create templates/ja_directory/css/custom.css file and add new rule

    .t3-section .k2CategoriesListBlock .level0 > li ul {
    margin: 26px 0 0;
    }

    div.k2CategoriesListBlock ul li a {
    margin: 13px 0;
    }

    Then change to the value which suits your need.

    Ninja Lead Moderator
    #741549

    Try to create templates/ja_directory/css/custom.css file and add new rule

    .t3-section .k2CategoriesListBlock .level0 > li ul {
    margin: 26px 0 0;
    }

    div.k2CategoriesListBlock ul li a {
    margin: 13px 0;
    }

    Then change to the value which suits your need.

    winbelltrade Friend
    #576622

    I have created the custom css file in /templates/ja_directory/css/custom.css applied the code without any changes and uploaded it accordingly. However the spacing did not change at all. Any clues how else I can achieve that. Thanks

    winbelltrade Friend
    #642935

    I have created the custom css file in /templates/ja_directory/css/custom.css applied the code without any changes and uploaded it accordingly. However the spacing did not change at all. Any clues how else I can achieve that. Thanks

    winbelltrade Friend
    #741592

    I have created the custom css file in /templates/ja_directory/css/custom.css applied the code without any changes and uploaded it accordingly. However the spacing did not change at all. Any clues how else I can achieve that. Thanks

    Ninja Lead Moderator
    #576685

    <em>@winbelltrade 481708 wrote:</em><blockquote>I have created the custom css file in /templates/ja_directory/css/custom.css applied the code without any changes and uploaded it accordingly. However the spacing did not change at all. Any clues how else I can achieve that. Thanks</blockquote>

    I need to check this bug directly on your site, you can pm me URL of your site and admin login backend site.

    Ninja Lead Moderator
    #576805

    <em>@winbelltrade 481549 wrote:</em><blockquote>Where on the css file could I reduce the line spacing in the category items in Jadirectory. The listing is quite large and I desperately want to reduce the line spacing to contain all the items. Kindly view the attached file. Thanks.</blockquote>

    I reduced the spacing from in the category items on your site from custom.css file and you can change the value in red text below to your desired value


    div.k2CategoriesListBlock ul li a {
    margin: 5px 0 !important;
    }

    .t3-section .k2CategoriesListBlock .level0 > li ul {
    margin: 15px 0 0 !important;
    }

    .t3-section .k2CategoriesListBlock .level0 > li > a {
    padding-bottom: 8px !important;
    }

    Ninja Lead Moderator
    #643118

    <em>@winbelltrade 481549 wrote:</em><blockquote>Where on the css file could I reduce the line spacing in the category items in Jadirectory. The listing is quite large and I desperately want to reduce the line spacing to contain all the items. Kindly view the attached file. Thanks.</blockquote>

    I reduced the spacing from in the category items on your site from custom.css file and you can change the value in red text below to your desired value


    div.k2CategoriesListBlock ul li a {
    margin: 5px 0 !important;
    }

    .t3-section .k2CategoriesListBlock .level0 > li ul {
    margin: 15px 0 0 !important;
    }

    .t3-section .k2CategoriesListBlock .level0 > li > a {
    padding-bottom: 8px !important;
    }

    Ninja Lead Moderator
    #741774

    <em>@winbelltrade 481549 wrote:</em><blockquote>Where on the css file could I reduce the line spacing in the category items in Jadirectory. The listing is quite large and I desperately want to reduce the line spacing to contain all the items. Kindly view the attached file. Thanks.</blockquote>

    I reduced the spacing from in the category items on your site from custom.css file and you can change the value in red text below to your desired value


    div.k2CategoriesListBlock ul li a {
    margin: 5px 0 !important;
    }

    .t3-section .k2CategoriesListBlock .level0 > li ul {
    margin: 15px 0 0 !important;
    }

    .t3-section .k2CategoriesListBlock .level0 > li > a {
    padding-bottom: 8px !important;
    }

    winbelltrade Friend
    #577413

    I have applied the code severally but the spacing does not reduce to single line. Any assistance will be very welcome. The spaces marked with red lines need to be reduced.

    winbelltrade Friend
    #643710

    I have applied the code severally but the spacing does not reduce to single line. Any assistance will be very welcome. The spaces marked with red lines need to be reduced.

    winbelltrade Friend
    #742357

    I have applied the code severally but the spacing does not reduce to single line. Any assistance will be very welcome. The spaces marked with red lines need to be reduced.

    Ninja Lead Moderator
    #577448

    Look at the both images below, before and after to fix the spacing of CategoriesList on your site

    + Before

    + After

Viewing 15 posts - 1 through 15 (of 17 total)

This topic contains 17 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 4 months ago.

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