Move the language module

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 Mar 21, 2014 6:47 pm
Reply with quote
Report this post
Hi, I want to apply the changes on my website. As per the attached picture would change the position of the form language which is now included in the module "search." How could I do?
This is my website http://www.atistecnologie.it
Thanks in advance
User avatar
Fresh Boarder

GK User
Sat Mar 22, 2014 1:10 pm
Reply with quote
Report this post
Hi,
but where is your search module?
User avatar
Platinum Boarder

GK User
Sat Mar 22, 2014 7:56 pm
Reply with quote
Report this post
Hi, it you select italian languages, you find it.
User avatar
Fresh Boarder

GK User
Sat Mar 22, 2014 8:48 pm
Reply with quote
Report this post
Ohh, okey.. use this:
Code: Select all
#gkSearch {max-width: 300px;}
#gkSearch form {float:right;}
div.mod-languages { float: left;}

You will get
langs.png

Guide for Custom CSS: http://www.gavick.com/documentation/joo ... -template/

Something for smile :D : http://www.youtube.com/watch?v=6OiCKwhLVXc
short excerpt from great Polish movie :)
User avatar
Platinum Boarder

GK User
Sun Mar 23, 2014 9:00 pm
Reply with quote
Report this post
Thanks for the reply. How could I apply this change, even for the template for ipad, iphone and other mobile devices. Here is what it looks like on ipad.
User avatar
Fresh Boarder

GK User
Sun Mar 23, 2014 9:36 pm
Reply with quote
Report this post
You have iPad Mini ? :mrgreen:
I think we have to reduce size of search option in mobile view. It should help.
But first try this:
Code: Select all
#gkSearch #mod-search-searchword {  width: 160px; }

Remember to refresh browser few times.

If wont help use this:
Code: Select all
#gkSearch #mod-search-searchword {  width: 130px; }

or use 120px or 100px or less ?
inside : mobile.css file !! he is in /css folder of template
User avatar
Platinum Boarder

GK User
Wed Apr 23, 2014 11:32 am
Reply with quote
Report this post
Hello, I finally had time to review the code that you gave me.
I tried to add it but it does not work. I attach the screenshot.
gk.jpg
gk1.jpg

I hope for your help! ;)
P.S.: My device is an iPad Air
User avatar
Fresh Boarder

GK User
Thu Apr 24, 2014 11:13 am
Reply with quote
Report this post
You're right on different resolution/screen size it looks sometimes okey and sometimes not.
Please try this:
Edit this file: templates/gk_shop_and_buy/css/small.tablet.css
line ~67
change to:
Code: Select all
#gkSearch {
    margin-left: 5px;
    max-width: 220px;
}
User avatar
Platinum Boarder


cron