customise search field

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart Themecustomise search field

This topic has been marked as not resolved.

Hi,

I would change/increase search field to be twice longer as by default it is?
Could you please help?

Br, Tomek

November 26, 2012 at 5:07 pm #15465

Hi,

Can anybody tell how to customize search field: size and location in header?

Br, Tomek

November 27, 2012 at 3:09 pm #15501

Makes changes to your style sheet screen.css.php. I used the margin variables to move my search box. You can see at http://www.ifixrobot.com.

To change the size for -static- search boxes I modified these variables in this CSS entry:
.s_static #site_search input {
width:
height:
margin-bottom: ;
padding:
font-size:
}

To move the search field change the variables in this CSS entry I modified these variables:

#top_navigation {
float: left;
margin-top:
margin-left:
}
I modified my header so more may be needed.
Warning, changing the size may change as you change displays like to tablets/ipads/mobile. So other changes may be needed for mobile.

November 27, 2012 at 9:30 pm #15503
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
December 3, 2012 at 1:19 pm #15591
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.