Have problem with position

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Feb 12, 2014 3:56 am
Reply with quote
Report this post
Hello! I use Falang Transalate module and use header position don't show front page but show everypage . Please help me.
User avatar
Senior Boarder

GK User
Wed Feb 12, 2014 9:10 am
Reply with quote
Report this post
front page
Home.jpg


another page
About-South-Beach.jpg


One more thing possible to put mudule to this position

Home-1.jpg


http://192.185.158.183/~rentpatt/index.php/en/

Joomla 3.2.2
User avatar
Senior Boarder

teitbite
Wed Feb 12, 2014 11:40 am
Reply with quote
Report this post
Hi

Flags are still there, just covered by top bar. Please try play wth css code of this module:

Code: Select all
#gkHeaderMod .mod-languages {
position: absolute;
z-index: 100000;
right: 100px;
top: 30px;
}
User avatar
Moderator

GK User
Thu Feb 13, 2014 3:32 am
Reply with quote
Report this post
Work now thank you :D :D
User avatar
Senior Boarder

GK User
Thu Feb 13, 2014 3:49 am
Reply with quote
Report this post
Sorry It work on computer but mobile
Untitled-1.jpg

please check again Thank you .
User avatar
Senior Boarder

teitbite
Fri Feb 14, 2014 9:05 pm
Reply with quote
Report this post
Hi

Please try to add this code to mobile.css

Code: Select all
#gkHeaderMod .mod-languages {
    right: 30px;
    top: -10px;
}
User avatar
Moderator


cron