menu bar: width & font size

Hey there,

I have increased the width of the main content area (to 1500px), now it is broader than the width of the menu bar. How can I increase the width of the menu bar so that it is the same as the other content?

Furthermore, I would like to increase the font size of the menu bar & the search box – how can I achieve that?

Thanks for your help!

Hi @dorohenrietta,

I hope you are well today and thank you for your questions.

I have increased the width of the main content area (to 1500px), now it is broader than the width of the menu bar. How can I increase the width of the menu bar so that it is the same as the other content?

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.navbar.navbar-default > .container {
    max-width: 1500px;
}
Furthermore, I would like to increase the font size of the menu bar & the search box – how can I achieve that?

To help us keep support thread separates could you please create new thread for each of your other questions here Activello - Colorlib Support Forum instead of asking them in your single thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Best Regards,
Movin

Thanks for your help!

You are most welcome here :slight_smile: