Navigation breaking

private note with attachment includes more details. Despite the nav menu having plenty of space, it jumps to a secondary line

Hi there,

Thanks for writing in! Try adding the following code in the Theme Options > CSS:

@media screen and (min-width: 980px) and (max-width: 1200px) {
  .x-masthead .x-menu > li > .x-anchor .x-anchor-content {
    padding-left: 4px !important;
    padding-right: 4px !important;
    font-size: 12px;
  }
  .x-masthead .x-image {
    width: 165px;
  }
}

If you would like to learn CSS, I am sharing few resources that you take a look to get started with CSS and an interesting tool that you can use to speed up the development process.

I recommend you to watch following video that will help you to get started with CSS.

https://www.youtube.com/watch?v=MFR4WXiLzpc

Sometimes it can get a bit difficult to find out the right selector to be able to write the required CSS codes. A handy tool that can help you in this is Google Chrome dev tools. I am sharing the resource that you can refer to get started with dev tools.

https://developers.google.com/web/tools/chrome-devtools/css/

https://developers.google.com/web/tools/chrome-devtools/

https://www.youtube.com/watch?v=tP_kXBJWPhQ&t=200s

Hope this helps!

I am reporting a bug. There is no way that the intended function of the Pro header builder is for a logo to be chopped in half and shoved above the navbar where the top half is not visible on certain resolutions.

Hi,

This is not a bug. It’s a matter of adjusting spacing, font size, logo size and visibility.

You can actually hide menu in certain width and make your mobile nav appear earlier.

For more information kindly refer to the link below

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.