Restart topic that we've already discussed, but the problem

October 2012 Joomla Template
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 Jun 11, 2014 8:12 pm
Reply with quote
Report this post
Hello Cyberec,
We did discuss the issue some time ago and it was fixed. But for some reason now it's back: https://www.gavick.com/forums/startup/footer-menu-35278.html
Same site, same menu... Override.css still has those two line you gave me, and it's on, but menu is vertical again...
Any advice? Thanks.
User avatar
Platinum Boarder

teitbite
Fri Jun 13, 2014 8:48 am
Reply with quote
Report this post
Hi

Try add this code to override.css:

Code: Select all
#gkLang ul.menu {
    text-align: center;
}

#gkLang ul.menu li {
    display: inline-block;
    padding: 6px 10px;
}
User avatar
Moderator

GK User
Fri Jun 13, 2014 9:07 am
Reply with quote
Report this post
teitbite wrote:Hi

Try add this code to override.css:


This one does work. Thanks.
User avatar
Platinum Boarder

teitbite
Sun Jun 15, 2014 9:05 am
Reply with quote
Report this post
Hi

Great to hear that. Glad I could help :)
User avatar
Moderator


cron