• Hi, I hope I’ve posted this in the applicable place!
    I recently created my first wordpress site :): mysocialkangaroo

    I’m using the theme sterling, and the problem I face is placing my logo within the silver banner (It displays on half of it). basically all I need to do is move my logo upwards.

    I’ve spent a lot of time trying to fix it to no avail.

    Will somebody please help fix my issue, I can’t but I do not imagine it would be hard.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • You may also want to try the ThemeForest support.

    Open up the style.css file in the theme folder. There are a few things that will need to be done.

    Line 178 should have the following:

    header {
    width:100%;
    height:32px;
    position:relative;
    
    ....
    
    }

    If you comment out the height, that will stop the header from limiting the height.

    /* height:32px; */

    I also changed the padding in this section (line 184) to

    padding:0 0;

    Next, on line 359, there should be a .companyIdentity img section.

    /* margin-bottom:90px; */

    I commented out the huge bottom margin here.

    Last, go back up to 211 to the ‘header nav’ section. Change the ‘top: %’ to line the menu up where you want it. I changed it to:

    top:50%;

    This seemed to place it in the center of the section.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need to move logo upwards PLEASE HELP’ is closed to new replies.