Position search field

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Aug 09, 2013 9:12 pm
Reply with quote
Report this post
Hello!

We´re doing a proof where will be better the search field. First, i´m trying to move the field on the right (see screenshot) using this code in override.css file but it doesn´t work.
Image

Code: Select all
#offlajn-ajax-search570 {
width: 230px;
float: right;
margin-bottom: -1.5em;
line-height: normal;
}


And i don´t know how to move the search field on the left to "My cart" or "Mi carrito" translated to spanish.
Image :)

The site is http://www.vimistore.es/

Kind regards
User avatar
Expert Boarder

GK User
Fri Aug 09, 2013 9:45 pm
Reply with quote
Report this post
Hi again,
to RIGHT try this

Code: Select all
#offlajn-ajax-search570 {float:right !important;}
User avatar
Platinum Boarder

GK User
Fri Aug 09, 2013 9:48 pm
Reply with quote
Report this post
to TOP RIGHT
use module position "lang" / "LANG" (check please) for SEARCH module.

then add few css to move to left a little bit.
User avatar
Platinum Boarder

GK User
Fri Aug 09, 2013 10:32 pm
Reply with quote
Report this post
Works FIne!

Thanks! :)
User avatar
Expert Boarder


cron