- Posts: 2
- Thank you received: 0
put menu options in front of the map
- nittope
- Topic Author
- Offline
- New Member
Less
More
5 years 2 days ago #12750
by nittope
put menu options in front of the map was created by nittope
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
5 years 2 days ago #12758
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic put menu options in front of the map
Hi.
Can you explain what do you want to get.
What is it menu, menu of what.
Give more detail information
Can you explain what do you want to get.
What is it menu, menu of what.
Give more detail information
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- nittope
- Topic Author
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
5 years 1 day ago #12763
by nittope
Replied by nittope on topic put menu options in front of the map
Hi, note the attachment. Note that the main menu options are arranged behind the map when they should actually be arranged in front of the map. How do I solve this? I looked at the documentation and found nothing related to it.
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
5 years 1 day ago #12769
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic put menu options in front of the map
You wrote in Google Component, but display OpenStreet.
You can easy change style for map div, ie set z-index for it less than menu.
By default (if you not specify Class Name in map details) I set class name to "zhom-map-default"
You can easy add into your template css file line like
If you define for map (in map details) your own class name, then add into your template css like this z-index definition
In this example I set it to 5, if it is not help just check what z-index for menu and set for map div less than it.
You can easy change style for map div, ie set z-index for it less than menu.
By default (if you not specify Class Name in map details) I set class name to "zhom-map-default"
You can easy add into your template css file line like
Code:
.zhom-map-default {
z-index: 5;
}
If you define for map (in map details) your own class name, then add into your template css like this z-index definition
Code:
.your_class_name {
z-index: 5;
}
In this example I set it to 5, if it is not help just check what z-index for menu and set for map div less than it.
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
Time to create page: 0.200 seconds