-
AuthorPosts
-
July 2, 2011 at 9:51 am #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
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 2, 2011 at 10:42 am #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;
}AuthorPostsViewing 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
How to Move search box lower done to menu?
Viewing 2 posts - 1 through 2 (of 2 total)