Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • alme Friend
    #130291

    Hello
    I have 2 qestions.

    1) I want to use a bigger background ,so is there a way can shift the website a bit lower so i can have more space for my background ?
    2) can i replace the read more with a button ?

    thank you

    Sherlock Friend
    #257100

    Hi alme !
    About question #1 :
    You can do it following way below :
    Open template.css file in templates/ja_genista/css folder, find following code section at about line 788


    #ja-wrapper {template.css (line 788)
    clear:both;
    margin:0pt auto;
    padding-top:17px;
    width:970px;
    }

    change to :


    #ja-wrapper {template.css (line 788)
    clear:both;
    margin:0pt auto;
    padding-top:37px;
    width:970px;
    }

    Sherlock Friend
    #257102

    About question #2 :
    You can’t change read more link to button , but you can use css foe edit it like style of button , you can do it following way below :
    Open template.css file in templates/ja_genista/css folder , find following code section at about line 660 :


    a.readon {
    color:#F29441;
    }

    change to :


    a.readon {
    color:#F29441;
    background:#000000 none repeat scroll 0% 0%;
    text-align:center;
    width:80px;
    }

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

This topic contains 3 replies, has 2 voices, and was last updated by  Sherlock 16 years, 2 months ago.

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