Expanding of menu hides part of top positions in mobile view

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
Tue May 03, 2016 1:45 pm
Reply with quote
Report this post
Hi
In mobile view the menu expands to 125px height and it covers the first top position (could be: breadcrumb - mainbody top - banner top etc)
I have set a custom module (60px height) on position mainbody-top but in mobile view it is hidden.
Can you please advise of the css code needed, as I can`t use firebug in mobile?

best regards
User avatar
Fresh Boarder

teitbite
Wed May 04, 2016 10:39 am
Reply with quote
Report this post
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

teitbite
Mon May 16, 2016 11:29 am
Reply with quote
Report this post
Hi

I think You need to show me what You have in mind. I'm checking it in mobile and I do not see any problems. Menu when open cover full screen, but that's how it supposed to be. I need some explanation of what is the problem please.
User avatar
Moderator

GK User
Tue Jun 07, 2016 7:54 pm
Reply with quote
Report this post
Sorry for the delayed answer
Please see the attachments to understand what is the problem

best regards
User avatar
Fresh Boarder

teitbite
Thu Jun 09, 2016 11:45 am
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:479px) {
#gkLogo.text {
    font-size: 1rem;
    padding: 0 15px;
}
}
User avatar
Moderator

GK User
Thu Jun 09, 2016 10:21 pm
Reply with quote
Report this post
(y) Thanks!!
User avatar
Fresh Boarder

teitbite
Sat Jun 11, 2016 1:25 pm
Reply with quote
Report this post
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron