Is there any way to Move Search Bar

Hi,
I was creating Menus using MageMenus.
But i am running out of space due to search bar.
Is there any way to move the search bar & shift it to Top of the Page.
http://ultimatesports.in/2016-05-27.png
 
Regards,

8 answers

Profile photo of Frank 1460.00 $tone May 30, 2016
Public

Hi,
Please try this workaround. Open the file:  skin/frontend/default/jm_sporty/joomlart/jmmegamenu/css/jmmegamenu.css
-- find this line:
#ja-search {
  background: #292929 none repeat scroll 0 0;
  border: 1px solid #2b2a2a;
  border-radius: 15px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 17px;
  width: 210px;
  z-index: 1000;
}
-- Replace with:
#ja-search {
  background: #292929 none repeat scroll 0 0;
  border: 1px solid #2b2a2a;
  border-radius: 15px;
  height: 28px;
  left: 170px;
  position: absolute;
  top: -36px;
  width: 210px;
  z-index: 1000;
}
Regards,
Frank

#1
Profile photo of Ziven Staff 100280.00 $tone May 31, 2016
Public

Hi Chaitanya,
Please see this pic and you can resolve this issue: http://prntscr.com/baffzv It will be like this http://prntscr.com/bafg7o
Hope it will help you.
Best Regards,
Ziven.

#3

Please login or Register to Submit Answer

Written By

Comments