-
AuthorPosts
-
billrust Friend
billrust
- Join date:
- March 2011
- Posts:
- 121
- Downloads:
- 35
- Uploads:
- 13
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
January 22, 2014 at 8:21 pm #193983I would like to put my search module on top of the main menu here – http://wt.billrust.com/
So that it looks like it does here – http://www.workingtitleaccessories.com/
Using T3 Blank. I tried using padding/margin to move it down, but it’s going under the menu background image. I need it to be on top of the menu.
Suggestions?
Thanks,
BillTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 22, 2014 at 11:17 pm #519416Have you tried using either a “top” or “bottom” property within your CSS
– together with an appropriate z-index value for the overlay?billrust Friendbillrust
- Join date:
- March 2011
- Posts:
- 121
- Downloads:
- 35
- Uploads:
- 13
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
January 22, 2014 at 11:47 pm #519418<em>@TomC 407146 wrote:</em><blockquote>Have you tried using either a “top” or “bottom” property within your CSS
– together with an appropriate z-index value for the overlay?</blockquote>Thanks for the reply. z-indez didn’t help, and I am not familiar with the “top” class.
Bill
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 22, 2014 at 11:54 pm #519419Try This . . . .
Within file path –> /templates/ja_t3_blank/css/template.css
at line 554, change the “z-index” value to “1” – as follows:
#ja-mainnav {
background: url("/templates/ja_t3_blank/images/menu-bg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
height: 38px;
line-height: 1;
position: relative;
z-index: 1;
}Then, within file path –> /plugins/system/jat3/jat3/base-themes/default/css/template.css
at line 885, make the following modifications:
#ja-search {
bottom: -32px;
position: absolute;
right: 0;
z-index: 9999;
}SAVE CHANGES – CLEAR CACHE – REFRESH PAGE
How does that work for you?
1 user says Thank You to TomC for this useful post
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by TomC 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum