Menu and secondary menu not inline when scroll down

hello, i have a problem with secondary menu, the buttons not inline when i scroll down. How can i fix it?


And another question, is there posible to put the logo in left and not in center? Same split menu, just the logo in left.

I'm look this order: Logo - Menu - Blank Space - Secondary menu

Thank you for your time :-)

Comments

  • And later i note another problem, when i activate the secondary menu (right menu with 2 bottons), the main menu (left menu) can't be access, because when you try to click on element the menu disappear.
  • Sorry but we cannot help with this, you have modified the menu to have a widget area. It was not intended to be used like this and we do not support theme customization.
    thanks
  • edited February 2018
    Hello, 

    Now my secondary menu doesn't have a widget area. 

    How can i change background color and font color just to secondary menu? 

    I want at the end the secondary menu looks like 2 buttons.
  • Like we said, by default the header and menu areas do not use widgets and have to places to put them so if you want to modify the theme files and add the widget areas then our help will be limited.
  • Maibe i explained wrong.

    At this time, both menus have 0 widgets, they are just normal menus with links.

    What i want is to modify the appearance of the secondary menu and make the links look like a buttons.

    How did i make changes to the secondary menu? 
  • You can try this css
    ul.menu_right li a span {
    background:red;
    color:blue;
    }

    cheers
  • edited February 2018
    Thank you very much, that's exactly what i needed!

    :)
Sign In or Register to comment.