Responsive Menu trouble

More
11 years 11 months ago #28761 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
Attachments:

Please Log in to join the conversation.

More
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:
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.

More
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

Please Log in to join the conversation.

More
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;
}
The following user(s) said Thank You: luhild

Please Log in to join the conversation.

Time to create page: 0.156 seconds
Powered by Kunena Forum