1. muddasirpk
  2. Commercial Templates
  3. Friday, 12 April 2013
  4.  Subscribe via email
I am using resonate template.

See our website at http://canadawestla.com/

At right column you can see a search box (just one level up to add 'Do you need fast money'),

I want to move that search box white portion upper to top menu , for more sepecific at the white empty portion up to 'Privacy Policy'

Also attaching picture for your clear reference.
Accepted Answer Pending Moderation
0
Votes
Undo
Ideally you would need to create a module position in this area however presuming your search field is in the same position on every page a quick fix would be to add the following to the Custom CSS field of your templates parameters..


[code type=css]#offlajn-ajax-search316 {
left: 53px;
position: relative;
top: -205px;
}[/code]

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
It worked but now I am unable to click on my search box to write or search? Donot know why it is disabled now?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Munir

Try the following instead...


[code type=css]
#offlajn-ajax-search327 {
left: 53px;
position: relative;
top: -205px;
z-index: 9999;
}[/code]

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!