Pro MegaMenu

Hey There,

Thanks for confirming the plugin installed.

Regards.

Thanks for your help guys. @Ricarditu @RueNel Much appreciated :slight_smile:

1 Like

If you need anything else please let us know.

@ Ricarditu - Many thanks to you! :relieved:

Glad to hear that. :slight_smile:

Hey, is there a reason why I can’t see this link? I’d really like to know the solution.

Hello @bobbybosler,

You can add following CSS under Pro > Theme Options > CSS:

@media only screen and (min-width: 980px) {
.menu-item-has-children {
position: inherit;
}
.menu-item-has-children> ul {
width: 100% !important;
}
.menu-item-has-children> ul> li {
width: 50% !important;
float: left !important;
}
}

Please note that this is a quite old thread. If you have further questions, please create a new ticket and share the details in the same. As posting in a ticket started by a different user create lot of confusion and slows the response time.

If you would like to learn CSS, I am sharing few resources that you take a look to get started with CSS and an interesting tool that you can use to speed up the development process.

I recommend you to watch following video that will help you to get started with CSS.

https://www.youtube.com/watch?v=MFR4WXiLzpc

Sometimes it can get a bit difficult to find out the right selector to be able to write the required CSS codes. A handy tool that can help you in this is Google Chrome dev tools. I am sharing the resource that you can refer to get started with dev tools.

https://developers.google.com/web/tools/chrome-devtools/css/

https://developers.google.com/web/tools/chrome-devtools/

https://www.youtube.com/watch?v=tP_kXBJWPhQ&t=200s

Thanks.

Thanks @Prasant. I’m pretty proficient in CSS, so the “getting started with CSS” videos aren’t really necessary. I had to go Ubermenu, which is actually pretty great!

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

@bobbybosler - Hello! BTW here is the updated link:

:slightly_smiling_face:

@Brabant thanks for sharing the link with fellow community member. :slight_smile:

1 Like

@Prasant - My pleasure! :slightly_smiling_face: