Menu allignment to the left, visibility of picture when setting menu to fixed top

Hello,

I would like to change the menu from fixed top to static top. If I do so in the options X, the picture and search heading is cut off.

Additionally, I would like to align the menu left, so that it starts at the left side of the grey box. How can I do that?
The URL is www.itecs.com.

Thanks for your help.

Regards,
M. Werner

Thank you, that works perfect. But how do I expand the rest of the content to the width of the navbar? Now, the company logo is standing out on the left side.

Hey M. Werner,

Thanks for writing in!

I have inspected your page and I found out that your navigation is approximately 920 pixels while the logo is 200 pixels. The maximum site width you have set up in X > Theme Options > Layout And Design is 1200 pixels. The maximum site width is only at 88%. It means that 88% of 1200 pixels is 1056 pixels only while the total width of the logo and navigation menu is 1120 pixels. It is already obvious that the navigation will go to the next row.

To resolve this, I would recommend that you adjust the navigation menus. Make it shorter or at least adjust the maximum width of the navigation. For example, you can add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-navbar .x-container.max.width{
    max-width: 1200px;
    width: 100%;
}

Hope this helps. Please let us know how it goes.

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