- Posts: 34
- Thank you received: 1
Topmenu in mobile view
-
RuneMykle
Inactive member - Topic Author
- Member
Less
More
10 years 4 months ago #41635
by RuneMykle
Topmenu in mobile view was created 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!
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!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 4 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.
-
RuneMykle
Inactive member - Topic Author
- Member
Less
More
- Posts: 34
- Thank you received: 1
10 years 4 months ago - 10 years 4 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/
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: 10 years 4 months ago by RuneMykle.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 4 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.
If that solution works there is no reason to change anything.
Please Log in to join the conversation.
-
RuneMykle
Inactive member - Topic Author
- Member
Less
More
- Posts: 34
- Thank you received: 1
10 years 4 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
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 4 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;}
}
@media (max-width: 767px) {
.mp_top1 {display: none;}
.mp_topmenu {float:right;}
}
Please Log in to join the conversation.
Time to create page: 0.168 seconds