Hi!
I have followed the instructions in the documentation very carefully and have not been able to figure out to make the mega menu with the image to work properly. It just shows the very bottom part of the image. I would like it to look like the mega menu in the demo.
Do the sizes matter in the image?
Thank you!
Hello.
Please provide us with the screenshot or link of what you exactly would like to achive. Most of menu options can be found in Theme options->header. There you may select background for header elements. In case something special is needed we can customize it together.
With best regards
Brian Johnson
Hello,
the image you are using has bad aspect ratio. Please upload image with less height.
Regards,
Stan Russell.
Hi, Thank you for responding!
I am trying to insert the image of the woman (she is the watercolor image) into the mega menu.
I am trying to insert the image as the mega menu image seen in the demo.
I also tried different heights for the image and it just didnt show up properly.
Are there height requirements? i tried different heights, but it still didnt work.
thank you!
Hello,
You can try to use this code in custom.css file:
.menu-item-15119 .nav-sublist-dropdown {
height: 800px;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
Hi!
Thank you for responding!!
I’ve added it into a custom css page (in the private content) and the image is still cut off from the top. what size should the image be?
thanks!
Hello,
Please try to replace that code
.menu-item-15119 .nav-sublist-dropdown {
height: 800px;
}
to
.menu-item-15119 .nav-sublist-dropdown{
height: 800px;
top: 60px !important;
}
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.