• Hello everybody!!

    I am pretty new to wp and just got a great theme from devil cant burn. I am having some issues with aligning the header. I just cant seem to get centered. Also is there any way to make the main menu smaller so that i can make the logo bigger? My site can be seen here

    Thanks in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can move the logo image down by increasing the “top: 25px” in the following CSS — line 265 in main.css file:

    #top_logo a {
        display: block;
        left: 10px;
        position: absolute;
        top: 25px;
        z-index: 20000;
    }

    Try increasing it to 35 — see what it looks like and adjust accordingly. You can’t easily make the logo bigger — because it is an image — so you’d need to get or create a bigger image version of it.

    Thread Starter cash89

    (@cash89)

    Thanks going to try it now. Ican make the logo bigger, i made it smaller in the media manager so I guess i could just resize it, right? If not I made the logo in photoshop so I could make it bigger that way too.

    Thread Starter cash89

    (@cash89)

    Where do I find the main.css file you are talking about. In the editor I only see one css file (style.css)

    Thread Starter cash89

    (@cash89)

    Nevermind I figure it out, just went into cpanel and edited the file. Thank you!!!

    Do you know how I can move the main menu to the left more so it gives me more room for the logo?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cant align logo in header’ is closed to new replies.