If you want everything to get in the middle and have your background shown as in your main content please try this.
#top-menu {
min-width: auto !important;
max-width: 980px !important;
margin: auto !important;
}
#header {
position: relative !important;
min-width: auto !important;
padding: 0 10px 0 !important;
max-width: 960px !important;
margin: auto !important;
}
#nav {
min-width: auto !important;
max-width: 982px !important;
margin: auto !important;
border-bottom: 1px solid #CCC !important;
}
#mega-menu-wrap-top-menu {
clear: both !important;
min-width: auto !important;
max-width: 980px !important;
margin: auto !important;
}
Best regards,
Konstantinos
Thread Starter
Tim
(@tdranger)
Thanks so much man, we got it!
No problem buddy.
Best regards,
Konstantinos
Thread Starter
Tim
(@tdranger)
Actually if you look at the header it’s not the same width as the rest of the site but it’s very close.. @xkon
-
This reply was modified 8 years, 11 months ago by
Tim.
Thread Starter
Tim
(@tdranger)
Please a little assistance with this.. Im so very close to getting the header the same width of the nav and top menu..
This is so close to being correct:
#top-menu {
min-width: auto !important;
max-width: 980px !important;
margin: auto !important;
}
#header {
position: relative !important;
min-width: auto !important;
padding: 0 10px 0 !important;
max-width: 960px !important;
margin: auto !important;
}
#nav {
min-width: auto !important;
max-width: 982px !important;
margin: auto !important;
border-bottom: 1px solid #CCC !important;
}
#mega-menu-wrap-top-menu {
clear: both !important;
min-width: auto !important;
max-width: 980px !important;
margin: auto !important;
}
Thanks in advance.
-
This reply was modified 8 years, 11 months ago by
Tim. Reason: Almost resolved