Overlapping on responsive menu
Writer is a clean and professional theme for blog or personal website.
- GK User
- Wed Jan 21, 2015 3:25 pm
Hello,
Writer template for joomla 3
I find now many differences in functionality between your demo and my installations made with the package gk_writer_quickstart_J30 (3/4 installations with joomla 2.5 also).
Now such a problem that I see just made an installation and remains on my site is what you can see in the attachment.
When you call, the keypad of the mobile device in your demo the title menu disappears (it's right) in my case no and overlaps everything.
Can you help?
My url to see (Smartphone):
http://www.oltrelobiettivo.it/
Thank you
Writer template for joomla 3
I find now many differences in functionality between your demo and my installations made with the package gk_writer_quickstart_J30 (3/4 installations with joomla 2.5 also).
Now such a problem that I see just made an installation and remains on my site is what you can see in the attachment.
When you call, the keypad of the mobile device in your demo the title menu disappears (it's right) in my case no and overlaps everything.
Can you help?
My url to see (Smartphone):
http://www.oltrelobiettivo.it/
Thank you
-
- Fresh Boarder
- GK User
- Thu Jan 22, 2015 5:05 pm
Hello,
Your issue is caused by fact that your logo text is much longer than in the demo content. In this case you have to adjust a CSS for mobile devices. Please add in the template settings under advanced settings in the Custom CSS code option the following code:
Your issue is caused by fact that your logo text is much longer than in the demo content. In this case you have to adjust a CSS for mobile devices. Please add in the template settings under advanced settings in the Custom CSS code option the following code:
- Code: Select all
@media (max-height: 560px) {
#gk-menu-button {
top: 80%;
}
}
@media (max-height: 430px) {
#gk-menu-button {
top: 90%;
}
}
@media (max-height: 380px) {
#gk-logo-text {
display: none;
}
#gk-menu-button {
top: 60%;
}
}
-
- Administrator
- GK User
- Thu Jan 22, 2015 5:14 pm
Ok.
Now it's ok.
However, the problem occurred with a new installation I did a test to see this.
Thank You!
Now it's ok.
However, the problem occurred with a new installation I did a test to see this.
Thank You!
-
- Fresh Boarder
3 posts
• Page 1 of 1