Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • sunlons Friend
    #192018

    Hello,

    Here is my website:
    http://www.bastchem.com/

    blank here:

    So I modify the below CSS

    #ja-container .main {
    padding: 20px 0 0;
    }

    into

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

    Then the home page is ok.

    However, the other page has problem.

    My question, I don’t want to change the innerpage’s padding.

    I only want to delete homepage ‘s blank.

    How I can do that?


    1. blank
    2. innerpage
    TomC Moderator
    #511381

    Here’s something to try/test out . . .

    Within file path –> /templates/ja_university/css/template.css
    at line 1089, add a negative “margin-bottom” property – for example:


    #ja-slideshow {
    background: none repeat scroll 0 0 #D7E3E3
    border-bottom: 1px solid #C3D5D5
    margin-bottom: -20px;
    position: relative;
    z-index: 10;
    }

    See how that works across your site.

    sunlons Friend
    #511407

    Thanks,
    I have change into

    #ja-slideshow {
    background: none repeat scroll 0 0 #D7E3E3
    border-bottom: 1px solid #C3D5D5
    margin-bottom: -20px;
    position: relative;
    z-index: 10;
    }

    It seems don’t work.

    Ninja Lead Moderator
    #511629

    @sunlons: You can try to do with my solution

    Open templates/ja_university/css/template.css file

    from

    #ja-container .main {
    padding: 20px 0px 0px;
    }

    change to

    #ja-container .main {
    padding: 0px !important;
    }
    #ja-mainbody {
    margin-top: 20px;
    }

    Remember to clear cache from Admin area after applying any changes

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

This topic contains 4 replies, has 3 voices, and was last updated by  Ninja Lead 10 years, 6 months ago.

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