this is the code I made for the custom
#header-section #main-nav {
height:30px;
}
#header-section #header {
padding: 2px 2px;
}
.menu-left #main-navigation {
margin-top: -6px;
padding-left: 15px!important;
letter-spacing: 1px;
text-decoration: bold;
text-transform: uppercase;
}
#main-nav .header-right ul.menu > li {
height: 28px;
margin-top: -8px;
height: 30px;
}
#logo {
height:120px!important;
max-height:120px!important;
}
#logo img {
display: block;
height: auto;
max-height: 120px;
transition: all 0.3s ease-in-out 0s;
width: auto;
}
and this is the code that Ed provided me to set the container width
#container.boxed-layout {
width: 1000px;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 970px!important;
}