MyBB Community Forums

Full Version: fixing my header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2016-02-23, 11:55 AM)Blackbeard Wrote: [ -> ]what about the red menu on the header? should I change like the .header too? thanks for the help!

yes.. you need to add the width margin to .navigation...

.navigation {
    width: 960px;
    margin: auto auto;
}
Okay thanks! changes to navigation, logo and search worked out.

changes to .header didn't (my banner disappears).
(2016-02-23, 05:48 PM)Blackbeard Wrote: [ -> ]changes to .header didn't (my banner disappears).

try to add "background-size: cover;" for .header along with the above said edits and check..
didn't change anything, it's still not showing up...

.logo {
  float: left;
  background: url(http://s2.postimg.org/xnveuf1zd/LOGO_1.png) no-repeat center center;
  width: 190px;
  height: 142px;
  margin-top: 130px;
  margin-left: 0px;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
}

.header {
  background: #262626 url(http://i.imgur.com/QIMmO6V.jpg) no-repeat;
  width: 960px;
  margin: auto auto;
  background-size: cover;
}

.logobg {
  height: 100px;
  width: 402px;
}
i dont see any change in the css.. are you making the changes in the right theme.. you can PM me a temp admin account to check this if required..
I duplicated the theme but it's only visible to admins.
Pages: 1 2