Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • wallytbull Friend
    #165963

    How can I decrease the white space above the headlines for JA Rasite, especially on the front page?

    See: http://www.biblechurch.org/test3

    pritam Friend
    #399950

    Hello wallytbull,

    Can you please send screenshot where you want to decrease the white space above the headlines for JA Rasite.

    wallytbull Friend
    #399955

    This is a screen shot of the front page.


    1. jpg
    pritam Friend
    #399961

    Hello wallytbull,

    To Decrease white space above Rasite headlines

    Find this code at /templates/ja_rasite/css/template.css line no.306

    .article_row {
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 15px;
    padding-top: 15px;
    }

    Change this code to
    .article_row {
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 15px;
    padding-top: 2px;
    }

    I will suggest you that you can use Firebug in Mozila Firefox .Here you can Inspect Element and See the files which you need to change.

    wallytbull Friend
    #399966

    That does help – thanks – but there is still more space than I want above the headline of the first article on the front page. Any ideas on that?

    khoand Friend
    #399969

    Hi,
    You find this code from http://www.biblechurch.org/test3/templates/ja_rasite/css/template.css

    .blog {
    margin-top: -25px; < add this line
    }

    wallytbull Friend
    #399971

    Thank you Khoand & Pritam – you have been a big help!

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

This topic contains 7 replies, has 3 voices, and was last updated by  wallytbull 13 years, 2 months ago.

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