put menu options in front of the map

  • nittope
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 4 months ago #12750 by nittope
put menu options in front of the map was created by nittope
Hi,

How do I put the menu options in front of the map? Please note the attachment.


thank you anyway :)

Attachments:

Please Log in or Create an account to join the conversation.

More
4 years 4 months ago #12758 by Dima
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

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
  • New Member
More
4 years 4 months 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.

More
4 years 4 months ago #12769 by Dima
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
.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
.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.246 seconds

Donate


Go to top