Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • sunlons Friend
    #193087

    Hello,

    This is my website:
    http://j18rings.6688g.com/

    I would like to how to decrease the space?


    1. space
    TomC Moderator
    #515983

    Try This . . . .

    Within file path –> /templates/ja_zite/css/template.css
    at line 848, you will see the following:


    #ja-slideshow {
    margin-bottom: 40px;
    z-index: 10;
    }

    Modify the “margin-bottom” property to a lower pixel value, for example . . .


    #ja-slideshow {
    margin-bottom: 0px;
    z-index: 10;
    }

    If you want to decrease the space even further, you can also do try the following . . .

    Within file path –> /templates/ja_zite/css/template.css
    at line 965, you will see the following:


    #ja-topsl .main {
    padding: 40px 0;
    }

    As with the example above, decrease the pixel value of the “padding” property, for example:


    #ja-topsl .main {
    padding: 10px 0;
    }

    Hope That Helps

    😎

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

This topic contains 2 replies, has 2 voices, and was last updated by  TomC 10 years, 5 months ago.

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