• For some reason, when i make a sticky main menu in wordpress in the OCEAN WP theme and put the main menu in with “Mega Max Menu” plugin and make the sticky menu with “mystickmenu” plugin too, the menu won’t fit in the center exactly of the webpage, with CONTACT US too far out to the right no matter what i do. I centered the menu by clicking center position for menu, and i also tried changing the margins and padding with px to center it as a one line menu to no avail porperly. Can someone please tell me specifically how to center this main menu (SPECIFICALLY please, i’m new to wordpress and don’t want to mess up this site i’m making for my client.) Thanks.

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi asteph,

    Thanks for posting a link.

    I can’t see why that is happening sorry.

    Can you try a different plugin? “Sticky Menu Or Anything” is good. There is also an official Ocean WP Sticky addon here: https://oceanwp.org/extension/ocean-sticky-header/

    Thread Starter astephmusic

    (@astephmusic)

    I use the free ocean wp. Is there any way you can help fix his small issue with all these plugins used? Thanks let me know.

    Plugin Author megamenu

    (@megamenu)

    Hi astephmusic,

    If you’d like to continue using the “mystickmenu” plugin then you’d need to report the issue to the authors of that plugin – I can’t see a way to fix it myself sorry. It is an issue with the sticky plugin rather than MMM.

    As an alternative you could try “Sticky Menu Or Anything”, it is also a free plugin. You would need to set the “Sticky Element” to “#site-header”.

    Thread Starter astephmusic

    (@astephmusic)

    Wait i looks like i didn’t center the menu in customize wordpress, and it was set to right. I centered it but now the menu is in a box form, and i want it to be spread out, what do i change on wordpress or mega max menu? – https://s283533065.onlinehome.us/

    Plugin Author megamenu

    (@megamenu)

    Please go to Appearance > Customize > Header and set the style to “Top Menu”, then get back to me once that is done.

    Thread Starter astephmusic

    (@astephmusic)

    Did it, now how do i center it?

    Thread Starter astephmusic

    (@astephmusic)

    It fixed the box layout of the menu, but still not centered!

    Plugin Author megamenu

    (@megamenu)

    Hi,

    I see you have done that now. Now go to Appearance > Customize > Additional CSS and insert the following:

    @media only screen and (min-width: 959px) {
        #site-header-inner .left {
            float: none !important;
        }
        #site-header.top-header #site-navigation-wrap {
            left: auto !important;
        }
    }

    That should make your menu centered.

    I am just logging off now for the weekend but will be back on Monday.

    Thread Starter astephmusic

    (@astephmusic)

    I can just center it with padding right? Also how would i remove shadow on bottom of menu? Thanks a lot this really helped!

    Plugin Author megamenu

    (@megamenu)

    Using padding, instead of the code I provided, will not be responsive, so the menu will only be centered on certain screen widths.

    For the border you would need to ask your theme authors how to do it, as the shadow is applied to the header, not the menu itself.

    Thread Starter astephmusic

    (@astephmusic)

    Also that code didn’t work, it made the menu too far right, so i went back to my autosaved version. Can you make sure the css i add that you send over is 100 percent correct? Thanks, I don’t want my site to get messed up. Thanks, look forward to hearing for you!

    Thread Starter astephmusic

    (@astephmusic)

    Also i added a footer using mega max menu as you’ll see on the site now. How do i flatten that out as well and center it? It seems to be attached to the main menu in the mega max menu settings as well, thanks! Also which plugin works best with mega max menu to make that bottom footer a sticky footer as well when scrolling on the website? Thanks!

    Plugin Author megamenu

    (@megamenu)

    Hi,

    The CSS works for me here, please try it again.

    Without the CSS:

    https://screencast.com/t/QHYyLslqLE

    Without the CSS:

    https://screencast.com/t/MglzlfjxQKX

    You’ll need to ask your theme authors how to center align the footer.

    Thread Starter astephmusic

    (@astephmusic)

    Cool yeah it works now! I’ll ask my theme author how to center align the footer now. If they steer me to you can you help with that?

    Also, you know any sticky footer plug in that work well with mega max menus olguin for the footer? Thanks let me know you’ve been a great help this far!

    Thread Starter astephmusic

    (@astephmusic)

    plugin for the footer*

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Max Mega menu isn’t centering my sticky menu made in wordpress w/ with max mega’ is closed to new replies.