Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • wehiong Friend
    #162528

    Hello
    I want to know if it’s possible to make the header shot like in the picture.
    If yes how do to it ?
    Thanx


    1. Part_to_cut
    aman204 Friend
    #385409

    Change this::

    #ja-header {template.css (line 939)
    background-color: #1C1C1C;
    margin-top: 30px;
    position: relative;
    z-index: 10;
    }

    to

    #ja-header {template.css (line 939)
    margin-top: 30px;
    position: relative;
    z-index: 10;
    }

    and

    #ja-header .main {template.css (line 941)
    height: 100px;
    }

    to

    #ja-header .main {template.css (line 941)
    height: 100px;
    background-color: #1C1C1C;
    }

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

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

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