• virusrising

    (@virusrising)


    I have another question!
    I’ve already googled this and tried multiple times to change it myself but I just cannot get my header image to center!

    here it is: https://www.virusrising.com/

    I’m not sure if it’s the theme making it this way, but every time I try adjusting anything about the header it takes no effect.

    here’s what i have:

    h1.logo {
    align:center;
    }

    #header {
    margin-right: 80px;
    height: auto;
    margin: auto;
    }

    #header .description {
    margin-left: 50px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter virusrising

    (@virusrising)

    nobody has a fix? darn i thought it would be easy :C

    [no bumping please]

    Erik Bernskiold

    (@erik-bernskiold)

    You have a choice. If you just want to center the header but have the rest of the site fluid, you want to add: margin: 0 auto 0 auto; to the #header CSS class.

    You may also do the same do one of the wrapper classes including adding a site width for a more boxed design.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Centering header image?’ is closed to new replies.