[Resolved] i cant remove the logo in the middle of my mobile navigation

Home Forums Support [Resolved] i cant remove the logo in the middle of my mobile navigation

Home Forums Support i cant remove the logo in the middle of my mobile navigation

  • This topic has 7 replies, 2 voices, and was last updated 7 years ago by Leo.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #287080
    mrbishwork

    i followed the steps on this https://generatepress.com/forums/topic/split-menu-on-either-side-of-logo/ but i wasn’t able to remove the logo on my mobile navigation. please advise thanks πŸ™‚

    #287107
    Leo
    Staff
    Customer Support

    Hi there,

    The method of achieving that look has been updated in this post: https://docs.generatepress.com/article/centering-logo-navigation/

    It should show you how to deal with mobile too.

    Let me know if this help πŸ™‚

    #287237
    mrbishwork

    Hello there. after following the steps provided on the link i still have the logo on my menu on mobile view.

    #287317
    Leo
    Staff
    Customer Support

    Did you add these three classes: hide-on-mobile hide-on-tablet centered-navigation-logo in the CSS Classes field of your logo menu item as suggested in the page?

    If you did and it’s not working, can you provide a link to your page?

    #287452
    mrbishwork

    yes i did add the classes. heres the link of the site http://lovelessdemo.dripscription.com/ thanks

    #287480
    Leo
    Staff
    Customer Support

    hey yeah I see the classes being added but it’s being overwritten.

    Try this CSS for now:

    @media (max-width: 768px) {
        .main-navigation .main-nav .sf-menu .hide-on-mobile.centered-navigation-logo {
            display: none !important;
        }
    }

    Let me know if this works.

    #287488
    mrbishwork

    Thank you very much Leo !! its working now.

    #287489
    Leo
    Staff
    Customer Support

    You’re very welcome πŸ™‚

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.