- This topic has 3 replies, 2 voices, and was last updated 2 weeks, 6 days ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Mobile Menu with Max Mega Menu
Hello!
We use the theme “SKT Ele Pet”.
I have installed the plugin “Max Mega Menu” like described in your docs to be able to customize the menu better. I would also like to customize the mobile menu so that menus with many sub-items are not too long.
This has worked quite well in the desktop version so far. However, the mobile menu is apparently not being customized. Your standard menu continues to appear there, not the menu customized by the plugin.
How can I change this?
You can find the page at https://tierisch-gut-therapiert.de
I have also noticed that the logo is significantly larger in the mobile view than on the desktop. Can this be adjusted?
Thank you very much!
Hi,
Unfortunately your SKT Elements Pro package has expired.
Kindly renew your package by buying it here: https://www.sktthemes.org/shop/elementor-wordpress-theme/
We look forward to welcoming you again into our family.
Regards,
Dave
Hi Dave,
I’m happy to inform you that the templates have been updated!
Can you help me with this?
Regards, Hauke
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media (max-width: 479px) {
.logo { max-width: 100px;}
}
@media screen and (max-width: 63.938em) and (min-width: 20em) {
#topmenu { display: block; top: 20px; position: relative;}
#simple-menu { display:none;}
#mega-menu-wrap-primary { top: 30px;}
}
Regards,
Dave