[Resolved] Navigation Menu Responsive: Move icon to center

Home Forums Support [Resolved] Navigation Menu Responsive: Move icon to center

Home Forums Support Navigation Menu Responsive: Move icon to center

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #450144
    pete

    Best way to center hamburger menu to center for responsive?
    As soon I inserted Navigation logo/image the menu shifted to the right.

    #450345
    Leo
    Staff
    Customer Support

    Hi there,

    Can you link me to the site?

    #450521
    pete

    #450523
    Leo
    Staff
    Customer Support

    I’ve added the your site link address in the original post.

    It’s under maintenance though can you disable it?

    #450527
    pete

    Sorry about that turned off for now

    #450587
    Leo
    Staff
    Customer Support

    Can you try this CSS:

    @media (max-width: 768px) {
        .menu-logo .main-navigation:not(.mobile-header-navigation) .menu-toggle {
            padding: 0;
            position: absolute;
            left: 50%;
        }
    }
    #450598
    pete

    Will do in the morning, thanks much

    #450787
    pete

    Works great! Now onto working with some images- any great plugins you could suggest for proper size, etc.?

    #450934
    Leo
    Staff
    Customer Support

    Depending on what images you are referring to but in general there is no suggested size.

    See this thread for some info: https://generatepress.com/forums/topic/image-size-issue/

    #458254
    Emer

    Hi Leo,

    Can you step me through regarding the above CSS code?

    Where Do I place the CSS code below?


    @media
    (max-width: 768px) {
    .menu-logo .main-navigation:not(.mobile-header-navigation) .menu-toggle {
    padding: 0;
    position: absolute;
    left: 50%;
    }
    }

    Thanks in advance.

    #458502
    Leo
    Staff
    Customer Support
Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.