Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • global21 Friend
    #169086

    Hi all,

    I need to have a image on the header, full width etc. Where would i find this and to control the size e.g 980 x 100…….

    I am using the dark blue theme.

    thanks in advance.


    1. header-for-image
    himangi Friend
    #415649

    Hi,

    1. The width of the template can be controlled from the Template params. You can go to Extensions > Template manager > JA Ores > Profiles tab. Edit the profile you are using and specify template width in its settings.
    2. To change height of the area having logo and search as per the screenshot you sent, you need to edit template.css file and find the following styling in it.
    3. <blockquote>#ja-header {
      background-color: #202020;
      border-bottom: 1px solid #151515;
      }</blockquote>
      You can remove the background-color property and add background: url(../images/yourimagename.jpg) no- repeat; instead.
      In this case, your image should be uploaded in templates/ja_ores/images folder.

    4. To increase / decrease current height of the area, find following styling in template.css file.
    5. <blockquote>#ja-header .main {
      height: 95px;
      position: relative;
      }</blockquote>
      Change the value 95 to whatever you need.

    global21 Friend
    #415652

    you are a star and thanks for the quick response.

    take care.

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

This topic contains 3 replies, has 2 voices, and was last updated by  global21 13 years, 1 month ago.

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