Topmenu in mobile view

More
9 years 6 months ago #41635 by RuneMykle
Hi,

I've got an issue with the top menu in mobile view.

I'd like the box in the upper right corner (Position top1 I assume? :) ) and not where it is now where it's covering the logo.

What do I do to fix this? I assume it's in template_css.css?

Thanks in advance! :)
Attachments:

Please Log in to join the conversation.

More
9 years 6 months ago #41641 by ivan.milic
Replied by ivan.milic on topic Topmenu in mobile view
In layout editor , since you don't use module in top1 position remove top1 position and resize topmenu position to take cells where top1 was placed
The following user(s) said Thank You: RuneMykle

Please Log in to join the conversation.

More
9 years 6 months ago - 9 years 6 months ago #41643 by RuneMykle
Replied by RuneMykle on topic Topmenu in mobile view
I do use top1 for the weather module if other than mobile view.

Changed to

@media (max-width: 767px) {

.mp_top1 {display: none;}
}

in template_css.css

So is there any other way around this? :)

Here is the project by the way: raumagolf.myklis.com/
Last edit: 9 years 6 months ago by RuneMykle.

Please Log in to join the conversation.

More
9 years 6 months ago #41644 by ivan.milic
Replied by ivan.milic on topic Topmenu in mobile view
you could also swap their positions.
If that solution works there is no reason to change anything.

Please Log in to join the conversation.

More
9 years 6 months ago #41645 by RuneMykle
Replied by RuneMykle on topic Topmenu in mobile view
Thanks for helping out even on a Sunday! It's VERY appreciated! :) Thumbs up!

Swapping the positions didn't make any changes in mobile view. It did however put my weather in the middle on normal web view, but that wasn't pretty so it's not a working solution anyways :)

Please Log in to join the conversation.

More
9 years 6 months ago #41647 by ivan.milic
Replied by ivan.milic on topic Topmenu in mobile view
Try this:

@media (max-width: 767px) {

.mp_top1 {display: none;}
.mp_topmenu {float:right;}
}

Please Log in to join the conversation.

Time to create page: 0.404 seconds
Powered by Kunena Forum