MyBB Community Forums

Full Version: Unova logo help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I align my new logo to look like this:

[Image: newforum_zpsa3ee72ba.png]

It currently looks like this:

[Image: example_zps94d293c2.jpg]

Here's the code I am using:

<div id="mask"></div>
<div class="main_container">
<div id="logo_row">
    <a href="{$mybb->settings['bburl']}/index.php"><img src="images/Logo/logo.png" alt="Logo" /></a>
    <div class="logorow_menu">
        <ul>
#logo_row img {
margin-top: 18px;
}
Before or after this code?

<a href="{$mybb->settings['bburl']}/index.php"><img src="images/Logo/logo.png" alt="Logo" /></a>

I figured it out.
Add it to the CSS.
No HTML edits are required.
I figured it out, thanks anyways m.

Lock this up mods.