- Posts: 4
- Thank you received: 0
Responsive Menu trouble
-
bjoernfriedrich
Inactive member -
Topic Author
- New Member
-
Less
More
11 years 11 months ago #28761
by bjoernfriedrich
Responsive Menu trouble was created by bjoernfriedrich
Hi everyone and hotThemes Team,
I got some trouble with the OnePage responsive menu.
Please take a look to the attached file.
The site is life under www.silvergel-matratzen.de .
The problem occurs when scale the layout very smal or look at the site
with a smartphone. Logo is up and the menu is one row under.
Also this "Impressum" menu item is outside the drop-down box.
Can someone help me in that issue please?
I guess it has something to do with "mp_log", "mp_topmenu", "cell_pad" and the "container" row.
Hope for your reply. Thanks.
Best regards Bjoern
I got some trouble with the OnePage responsive menu.
Please take a look to the attached file.
The site is life under www.silvergel-matratzen.de .
The problem occurs when scale the layout very smal or look at the site
with a smartphone. Logo is up and the menu is one row under.
Also this "Impressum" menu item is outside the drop-down box.
Can someone help me in that issue please?
I guess it has something to do with "mp_log", "mp_topmenu", "cell_pad" and the "container" row.
Hope for your reply. Thanks.
Best regards Bjoern
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #28773
by ivan.milic
Replied by ivan.milic on topic Responsive Menu trouble
That is intended , if you want to keep it in same row in index.php of tempalte:
in
[class*="span"] {
width: 100%;
}
remove width: 100%;
Code:
@media (max-width: 767px) {
.container {
width: 100%;
}
[class*="span"] {
width: 100%;
}
in
[class*="span"] {
width: 100%;
}
remove width: 100%;
Please Log in to join the conversation.
-
luhild
Inactive member -
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
11 years 2 months ago #36542
by luhild
Replied by luhild on topic Responsive Menu trouble
it doesn't work for me,
Many thanks for your help!
link:drkurc.com
Many thanks for your help!
link:drkurc.com
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #36555
by ivan.milic
Replied by ivan.milic on topic Responsive Menu trouble
Open layout.css
select.tinynav {
text-indent: -9999px;
margin-top: 10px;
}
change to:
select.tinynav {
text-indent: -9999px;
margin-top: 30px;
}
select.tinynav {
text-indent: -9999px;
margin-top: 10px;
}
change to:
select.tinynav {
text-indent: -9999px;
margin-top: 30px;
}
The following user(s) said Thank You: luhild
Please Log in to join the conversation.
Time to create page: 0.156 seconds