• Resolved LinaTee

    (@linatee)


    How can I get the space above my logo “Maid 2 Clean” to lose about 1.5 inches? I’ve tried everything and can’t figure out where that code is to put on my css.
    Also, if anyone knows how to get the menu in the upper right hand corner above the logo that would be wonderful.
    Thanks
    Tina
    http://www.maid2clean.me

Viewing 2 replies - 1 through 2 (of 2 total)
  • W.P. Ginfo

    (@wp-ginfo)

    Add the following code to the `style.css’ of your CHILDtheme:

    <strong>To move the header-image up:</strong>

    .hgroup-wrap img {
        margin-top: -69px; /* play with these values */
        margin-bottom: 13px;
    }

    To move the menu up and to the right:

    #access ul {
        margin-top: -350px;/* play with these values */
        float: right;
        overflow: visible;
    }

    == == ==
    You don’t have a childtheme yet?:

    1. Install and activate ‘one click childtheme plugin
    2. create the childtheme
    3. activate the childtheme
    4. Make the changes in the CHILDtheme!
      – copy php files / css-file(s) of the original theme [as required] to the childtheme directory and edit them as required.
    Thread Starter LinaTee

    (@linatee)

    YOUR THE BEST!!!! Those were the main codes I was messing with but didn’t have the styles correct. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘remove space above logo’ is closed to new replies.