Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jooleimon Friend
    #168678

    Part of the site logo disappears behind the menu.


    1. header
    pavit Moderator
    #413375

    Hi Jooleimon

    In your templates/ja_droid/core/themes/green/css/template.css you have
    #ja-header {
    background: url(“../images/header-bg.jpg”) repeat-x scroll left top transparent;
    height: 150px;
    increase the value

    jooleimon Friend
    #413478

    Thanks Pavit. I increased the height to 294 and the logo became totally visible. How do I set it so that the logo is exposed, but the header itself has a height of only 180px. It is also different for different colors chosen.
    Green is the background I have been working on. The default color is rendered differently, with the background disappearing. The red is again different, but it is the same with violet and grey. What else do I need to change to
    1) make the logo visible
    2) make the backgrounds visible
    3) make the header area have a height of 180px.

    regards


    1. header2
    2. default
    3. red
    pavit Moderator
    #413485

    Hi
    (If I well understood your question) you want all the themes to appear with the same sizes

    you must work on file template.css, one file for every theme, in your case you have /templates/ja_droid/core/themes/green/css/template.css

    in this css file you have at line 65 #ja-header .main {
    margin-top: -5px;
    padding: 30px 0 15px;
    Change the code in #ja-header .main {
    margin-top: -45px;
    padding: 10px 0 15px;

    <blockquote>2) make the backgrounds visible</blockquote>

    Which background ? logo background ?

    <blockquote>3) make the header area have a height of 180px.</blockquote>

    You don’t need to set the height of header, managing the settings above you will find the right height for your needs

    I hope I have understood your questions

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

This topic contains 4 replies, has 2 voices, and was last updated by  pavit 12 years, 9 months ago.

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