Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • spainman Friend
    #165887

    Hi there,

    I would like to know how to lower the upper search box along with the text around it, lower done so it sits just above my menu. My website is http://www.guiacadiz.com

    I have attached a screenshot so you can see what I mean.

    Also, if you look at the search box, the orange button next to it is not working (it is not clickable).

    Thanks.

    Richard


    1. Website-search
    khoand Friend
    #399603

    <em>@spainman 251102 wrote:</em><blockquote>Hi there,

    I would like to know how to lower the upper search box along with the text around it, lower done so it sits just above my menu. My website is http://www.guiacadiz.com

    I have attached a screenshot so you can see what I mean.

    Also, if you look at the search box, the orange button next to it is not working (it is not clickable).

    Thanks.

    Richard</blockquote>

    Hi,
    You replace this code from http://www.guiacadiz.com/templates/ja_rutile/css/template.css

    #ja-topnav {
    position: absolute;
    top: 10px;
    right: 40px;
    }

    with

    #ja-topnav {
    position: absolute;
    top: 135px;
    right: 40px;
    }

    #ja-search {
    background: url(../images/search-bg.gif) no-repeat;
    position: absolute;
    right: 50px;
    top: 35px;
    height: 24px;
    width: 276px;
    font-size: 12px;
    }

    with

    #ja-search {
    background: url(../images/search-bg.gif) no-repeat;
    position: absolute;
    right: 50px;
    top: 160px;
    height: 24px;
    width: 276px;
    font-size: 12px;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  khoand 13 years, 4 months ago.

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