Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author remix4

    (@remix4)

    See following tutorial for an example on how to customise the menu styling:

    https://www.designchemical.com/blog/index.php/tutorials/wordpress-tutorial-create-your-own-custom-mega-menu-styles/

    Thread Starter Adam

    (@panhead)

    I could probably figure out how to make it responsive from now being able to style it. Thanks, remix4!

    badoonz

    (@badoonz)

    Hi

    Sorry im just a newbie, i just wanted to know how can i show the search form on the same line as the mega menu

    <?php /* Widgetized sidebar */
    if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘my_mega_menu’) ) : ?><?php endif; ?>

    if i insert <?php get_search_form( $echo ); ?> before that i get it on top and so if i put it in the bottom,

    im trying to combine both of these codes so the menu will be inline with search

    my codes is something like this but it doesnt work

    <?php /* Widgetized sidebar */
    if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘my_mega_menu’) ) , get_search_form( $echo );) : ?><?php endif; ?>

    for eg

    HOME | ABOUT | SERVICES| CONTACT [SEARCHBOX}

    cheers

    I got the same problem. Does somebody know how to fix this?

    Thanks

    Hi,

    Here’s what we suggest with Responsive Theme.

    Thanks,
    Emil

    Ok, thank you, that worked for me. But in my theme I had to change the margin tag from 7px to 41px, because the search form was still not at the right place of the menu. Here is the complete style.css code from me if somebody have the same problem:

    #searchform{
    margin:41px;
    }
    
    #searchform-item input[type="text"] {
        width: auto;
    }

    Did it work, if not what’s the site please?

    Thanks,
    Emil

    Yes it worked with the changes I described the post before ??

    Thanks

    Oh ok, thanks for the tip, I really appreciate that ??

    Thanks for using Responsive!
    Emil

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: JQuery Mega Menu Widget] Responsive & Styling’ is closed to new replies.