BuddyBoss Home – Web Support Forums Solutions Social Learner problem with top menu

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

    #54263
    @english24

    Hi,
    The login button is appearing under the register button on the top menu doubling the size of the menu and throwing everything out of position – please see attached!
    Tony

    Answers

    #54286

    Anonymous
    @

    Hi @english24, Please add the following css in your child theme’s custom css..

    .header-notifications.cart {
    padding: 0 !important;
    }

    Regards
    Pallavi

    #54331
    @english24

    Hi
    Thanks for your prompt reply;
    I’ve added the code thanks.

    I have a few questions…

    1) When I access the site in chrome nothing has changed.

    2) When I access the site in Edge the log on and register buttons show as they should but there are only three of the five top menu options showing.
    When I access with Firefox everything works OK but the text on the whole (main) site is really really small and the design isn’t great: it doesn’t really conform to waht I ‘designed’ essentially ! (I designed the site on chrome)

    3) If I access on internet explorer one menu item is missing.

    How many top menu items is Social Learner designed to handle if you want to have a register button. I’ve only got five, which is nothing, and that seems to be too many (besides, the buttons start quite a long way over to the right, is it possible to move them closer to the logo?)

    What I want to know is…

    I can either have a situation where the five top menu items are visible as well as the register button if somebody is new to the site, OR, can I remove the register button from the top BUT still have open registration. (Anybody can register) ? At the moment when I click on the ‘everybdy can register’ option the register button appears automatically on the top menu.

    your help appreciated.

    (Of course, if you have any idea how else to have the five top menu items appear as well as have open registration I’m interested to find out how.)
    Thanks 🙂

    #54530

    Anonymous
    @

    Hi @english24, Please let me know the versions of browsers as well the screen size you are testing on..

    You can try this css:

    
    @media screen and (min-width:1181px) and (max-width:1294px){
    .header-notifications.cart {
      padding: 0 5px !important;
    }
    }
    

    Regards

    #55476
    @english24

    Thanks Pallavi, That’s brilliant- excellent support!

    #55482
    @vapvarun

    🙂 Great , I will close this topic feel free to create new topic for any further queries.
    Regards
    Varun Dubey

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘problem with top menu’ is closed to new replies.