menu not working

Hello, i have a problem with menu. I decided to use the menu with logo in the middle, the "split" menu but for some reason after the logo, the other elements of the menu goes on a new line.

Why? how to fix?

http://ilmiositodiprova.it/

Comments

  • Hello,

    Sorry, but I quite do not understand.

    Can you describe to me greater what you want to achieve, please?

    It would be great if you attach screenshot showing how it supposed to look.


    Thanks

  • sure, here it is how it should appear...


    here is how it look now


  • When you are using split header style, then you should have created two menus:

    • one setted as Main Menu, it will be displayed on the left side
    • one setted as Secondary Menu, it will be displayed on the right side

    So you should put put first three menu items in Main Menu, and last three in Secondary menu.

    Thanks

  • ok thanks, i did change it... and changed the colors and so on, but when it's sticky it keeps the white color and i don't want... how to change the color of the text just when sticky?

    this is normal

    this is sticky (it keeps the white color) i want to have it black in this case


  • Please, put the following Custom CSS Code in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    #Top_bar.is-sticky #menu .menu-item span{
       color: #000!important;
    }
    

    Thanks

  • it worked! thanks

Sign In or Register to comment.