test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • sanjiovani Friend
    #168079

    I cannot center the header with the main body of the website – http://www.ilovefilm.me/

    i have tried to change the padding coordinates with no luck

    please advise

    khoand Friend
    #410152

    Hi,
    You replace this code from /templates/ja_bistro/css/template.css in the line #549

    #ja-header {
    background: url('/templates/ja_bistro/images/header-bg.png') no-repeat center top;
    margin-left: auto;
    margin-right: auto;
    }

    with

    #ja-header {
    background: url('/templates/ja_bistro/images/header-bg.png') no-repeat center top;
    margin-left: auto;
    margin-right: auto;
    padding-left: 58px;
    }

    TomC Moderator
    #410153

    Greetings:

    It appears that you had your margins set to “auto” for that particular element within your template.css file.

    As you still have your “Optimize CSS” on, it is difficult to advise you as to the exact line the css rule you need to modify his.
    Nevertheless, within your templates/ja_bistro/css/template.css file, find the following rule . . .


    #ja-header {
    background: url("/templates/ja_bistro/images/header-bg.png") no-repeat scroll center top transparent;
    margin-left: auto;

    margin-right: auto;

    }

    change to


    #ja-header {
    background: url("/templates/ja_bistro/images/header-bg.png") no-repeat scroll center top transparent;
    margin-left: 30px;

    margin-right: auto;

    }

    Save changes, clear cache, refresh your page and let me know if this is the desired result.

    😎

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

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

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