test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • sergkon Friend
    #185726

    Hello!

    I wanna insert image bg in header !
    but if i put image in center
    #ja-header {
    background: url(../images/top_bg.png) no-repeat center top;
    position: relative;
    z-index:998;
    i have empty space n right and left

    if image put in left
    #ja-header {
    background: url(../images/top_bg.png) repeat-x scroll left;

    }

    – emty space in right!

    How can put image in 100% width in header ?

    or use 2 image in bg ?

    Thanks

    Ninja Lead Moderator
    #486281

    You can change both script css style here

    Open templates/ja_travel/css/template.css file

    from

    #ja-header .wrap-inner1 { background: url("../images/header.gif") repeat-x scroll left bottom; }
    #ja-header {
    background: url("../images/top-bg.gif") repeat scroll left top;
    }

    change to

    #ja-header .wrap-inner1 { background: url("../images/header.gif"); }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 10 months ago.

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