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

    I have created a logo that is 958 pixels (spans across the columns of the site. See attached graphic). The problem is that the graphic now covers my search module which is now lying below the graphic.

    What can I do to make the graphics layer to be the one below the search module? I need to see the search field above the graphic.

    Your help is much appreciated.


    1. rave_logo1
    Ninja Lead Moderator
    #381582

    hi, try open templatesja_ravecsstemplate.css,
    change:

    #ja-search {
    border: 1px solid #DDDDDD;
    bottom: 20px;
    padding: 6px 2px;
    right: 15px;

    }
    to:

    #ja-search {
    border: 1px solid #DDDDDD;
    bottom: 20px;
    padding: 6px 2px;
    right: 15px;
    z-index: 999;
    }

    hope it helps.

    osemollie Friend
    #381679

    <em>@hungnd 227982 wrote:</em><blockquote>hi, try open templatesja_ravecsstemplate.css,
    change:

    #ja-search {
    border: 1px solid #DDDDDD;
    bottom: 20px;
    padding: 6px 2px;
    right: 15px;

    }

    to:

    #ja-search {
    border: 1px solid #DDDDDD;
    bottom: 20px;
    padding: 6px 2px;
    right: 15px;
    z-index: 999;
    }

    hope it helps.</blockquote>

    IT WORKED! Thanks very much

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

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

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