Before you ask please READ THIS

lower menu items

edited November 2012 in Spaceship Posts: 4
I searched and found a post relating to this but there was no solution. I've uploaded a larger logo and want to lower the menu items. How do I do that?

http://dancouto.com

Thanks.

Comments

  • AirAir
    Posts: 10,970
    Your logo is far out of what we could have imagine users would insert there:-)
    Changing this will destroy responsivnes of theme, and may produce some other errors, as it was not tested in such configuration, but your logo is already anti-mobile, so lets try it.

    First deactivate compressed styles http://apollo13.eu/docs/spaceship/#!/advance_menu_use_compressed_js_amp_css

    Next go to spaceship/style.css line ~356 and delete display: table; in

    #root > header .inside{
    display: table;
    width: 100%;
    }
    also in
    .collapsing{
    display: table-cell;
    vertical-align: top;
    width: 100%;
    }
    change display: table-cell; to display: block

    Should do it.

    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion