Tim
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Widgets backend page not loading..After activating Twenty Sixteen, same problem. I cannot customize even twenty* themes.
Forum: Fixing WordPress
In reply to: Custom Header and Menu Width?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
Forum: Fixing WordPress
In reply to: Custom Header and Menu Width?Forum: Fixing WordPress
In reply to: Custom Header and Menu Width?Thanks so much man, we got it!