Mobile menu in verticale position

October 2015 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.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jan 26, 2017 2:25 pm
Reply with quote
Report this post
Hello

I have problem with menu on mobile device, after adding logo (png). Problem is only in the verticale position of mobile device- menu gets double.

Second problem is how to change logo position - a little bit to the bottom (centered vertically)

Last problem - how add "Registration" text or "Registration" button to login pop-up box

[url]24silesia.pl[/url]

Regards
User avatar
Fresh Boarder

teitbite
Mon Jan 30, 2017 11:09 am
Reply with quote
Report this post
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkLogo img {
    margin-top: 6px;
}

@media only screen and (max-width:479px) {
#gkLogo {
    margin-right: 0;
}

#gkUserArea {
    margin-left: 0;
}
}


Code of Login module an be found in /html/mod_login/default.php, You can add a link to registration there.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.