Jump to content

Problem with a default theme


Recommended Posts

  • 2 weeks later...

Override your current CSS or create a new class for the menu, then just use flexbox to vertically center the menu.

You can try setting the full container as flex and center the individual containers inside (Logo - Menu - Search) list inside the container:

.header-top > .container > .row {

display:flex;
align-items:center

}

image.thumb.png.c30afda64c8691a82a90158bc4d9aa30.png

There are other methods, but they need you to modify other containers aswell, so this one kinda "fits". Also, you'll have to play with some heights , margins and paddings to make everything fall into position as it should. 

image.thumb.png.024b4cbf90d140e24f4a4ace7c10092a.png

Please remember to adjust accordingly in your media queries.

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...