Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • billrust Friend
    #193983

    I 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,
    Bill

    TomC Moderator
    #519416

    Have you tried using either a “top” or “bottom” property within your CSS
    – together with an appropriate z-index value for the overlay?

    billrust Friend
    #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 Moderator
    #519419

    Try 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?

    billrust Friend
    #519420

    <em>@TomC 407149 wrote:</em><blockquote>Try This . . . .How does that work for you?</blockquote>

    THANK YOU THANK YOU THANK YOU!!!

    Bill

    TomC Moderator
    #519431

    So I’m guessing that got you to the result you were hoping for – yes?

    😎

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

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