gkLogo.text goes under gkMainMenu on some screen width

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
Mon Feb 01, 2016 4:03 pm
Reply with quote
Report this post
Hi
as you can test it with the demo of this template
(https://demo.gavick.com/joomla25/musicstate/)
On some screens you can see part of the menu is under the logo
ex : 1040/660 px : "Home" is under "Music State"
I can't find the way to change this, even witth css overrides
Any idea ?
Thanks
User avatar
Gold Boarder

GK User
Fri Feb 05, 2016 2:40 pm
Reply with quote
Report this post
Nobody can help me ?
pleaaaaase
User avatar
Gold Boarder

teitbite
Wed Feb 10, 2016 10:17 am
Reply with quote
Report this post
Hi

Add this to override.css

Code: Select all
@media only screen and (max-width:1200px) {
.gkMenu > ul > li > a {
    padding: 0 10px;
}
}
User avatar
Moderator

GK User
Wed Feb 10, 2016 11:10 am
Reply with quote
Report this post
Sorry teitbite
that doesn't work this time
menu still goes under logo when you minimize the screen.
User avatar
Gold Boarder

teitbite
Wed Feb 17, 2016 11:25 am
Reply with quote
Report this post
Hi

I think I need to see Your site to check if code is entered correctly. It works in my copy of this template. Please tell me the url to Your site.
User avatar
Moderator

GK User
Fri Feb 19, 2016 11:40 am
Reply with quote
Report this post
Hi
http://www.guillot-prefa.fr
please reduce the screen-width manually and you can see menu goes under logo text
the same issue is visible on Musicstate demo
User avatar
Gold Boarder

teitbite
Tue Feb 23, 2016 5:56 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:1500px) {
.gkMenu > ul {
    display: block;
    float: right;
}
}

@media only screen and (max-width:1250px) {
.gkMenu > ul > li > a {
    padding-left: 7px;
    padding-right: 7px;
}
}

@media only screen and (max-width:1100px) {
.gkMenu > ul > li > a {
    font-size: 16px;
}
}
User avatar
Moderator


cron