PDA

View Full Version : How to change the width of this?


Revenga
01-27-2014, 02:54 PM
I've been looking around for a while, trying to find where I can change the width of the bar at the very top of the site. I'm referring to the bar with AdminCP, Page Manager, Edit Page, etc on it. I'd like it to fit with the rest of the site, which I've changed to 1000px wide. That top bar seems to want to fit the width of my browser window. Anybody know how to change the width of this? Help would be appreciated.

- Revenga

Lynne
01-27-2014, 06:02 PM
You realize that only you see that bar?

Here's the CSS for it.
#main-navbar {
max-width: 1200px;
min-width: 320px;
width: 100%;
}
So, just add to your css_additional.css file a line to set the width to 1000px.

Revenga
01-27-2014, 10:25 PM
Perfect. Thank you!

- Revenga