Help me fix this languageswitcher bug plz ...

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
Wed Mar 12, 2014 9:19 pm
Reply with quote
Report this post
I would like to get this module in-line with the top nav menu ... can you help me ? (See attachment)

Thanks
User avatar
Fresh Boarder

GK User
Thu Mar 13, 2014 1:05 am
Reply with quote
Report this post
Hi,
maybe add language switcher as a menu item under "language" item ? or use different module position.

If you want this position as you choose right now - please add URL of your website
User avatar
Platinum Boarder

GK User
Thu Mar 13, 2014 5:03 pm
Reply with quote
Report this post
http://comac.fredand.co

This is the dev site.
User avatar
Fresh Boarder

GK User
Thu Mar 13, 2014 7:05 pm
Reply with quote
Report this post
ok, try this maybe it will help you

Code: Select all
div.mod-languages {
    float: right;
    margin-top: 5px;
    text-align: center;
}


#gkSearch {
    margin: 24px 0 21px 20px;
}


How to use Custom CSS: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Thu Mar 13, 2014 7:08 pm
Reply with quote
Report this post
p.s.
you can try to change order of those modules:
lang switcher [1]
top menu [2]
User avatar
Platinum Boarder

GK User
Thu Mar 13, 2014 7:53 pm
Reply with quote
Report this post
Hey, THX for the input,

Changing the order didn't fix it, but with this :

div.mod-languages {
float: right;
margin-top: 5px;
text-align: center;
}

#gkSearch {
margin: 35px 0 21px 20px;
}

#gkTopMenu {
width: 400px;
}

#gkTopMenu ul {
margin-top: 15px;
}

It worked. everything is now aligned
User avatar
Fresh Boarder


cron