-
AuthorPosts
-
March 15, 2011 at 1:43 pm #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.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 16, 2011 at 7:22 am #381582hi, 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.1 user says Thank You to Ninja Lead for this useful post
March 16, 2011 at 3:22 pm #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
AuthorPostsViewing 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
How do i get to display my search module above the extended logo
Viewing 3 posts - 1 through 3 (of 3 total)