MyBB Community Forums

Full Version: Square Theme - header relayout
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, how can I fix the margin layouts? I'm already on square.css file, been playing with it but can't find a fix. I want to move back the menu items back to the top where the headers at or extend the header but keeping the logo at that size with menu items moved up, where visible.

[Image: 525eaaf60a9ff903d5b81db7d9ebd2df.png]

Current settings:
#header {
  	background: #005ea7;
  	height: 200px;
  	min-width: 1024px;
}

.logo {
  	float: left;
  	font-family: 'Exo 2', sans-serif;
  	font-size: 24px;
  	font-weight: 200;
  	color: #FFFFFF;
  	margin-top: 0px;
  	transition: all 0.5s ease;
}

.logo2 {
  	float: left;
  	color: #FFFFFF;
  	margin-top: 10px;
  	transition: all 0.5s ease;
}

Square theme: http://community.mybb.com/thread-159593.html