BuddyBoss Home – Web Support Forums Themes BuddyBoss theme centering main navigation and mobile responsiveness

Viewing 7 posts - 1 through 7 (of 7 total)
  • Question

    #36589
    @optimystic

    I’d like to center my navigation bar to look like the attached mockup image. Right now it naturally floats left, how can I center this menu while it also remains responsive for mobile and tablet use?

    Thank you,
    Kim

    Nav Menu Mockup

    Answers

    #36590
    @optimystic
    #36596

    Alyssa
    Participant
    @alyssa-buddyboss

    @optimystic this falls under the realm of custom work but here it is anyway 🙂
    Add this to custom.css

    .main-navigation ul.nav-menu{
    width:600px;
    margin:0 auto;
    }
    #36776
    @optimystic

    @tjchester It’s been 2 days now and my followers have no mobile access because using the above code makes the mobile navigation unavailable. I am in a crunch and really need to fix this issue, and as I said I have no problem if it requires remuneration I just need quick assistance.

    Thank you!
    Kim

    #36788

    Alyssa
    Participant
    @alyssa-buddyboss

    @optimystic I’m sorry you need to add it to the desktop only portion of custom.css (section 2.4)

    #36829
    @optimystic

    got it, thanks!

    #36848

    Alyssa
    Participant
    @alyssa-buddyboss

    No Prob

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘centering main navigation and mobile responsiveness’ is closed to new replies.