Need help to move the logo position down a bit

by Reez1
3 replies
  • WEB DESIGN
  • |
Hi guys,

I have a wordpress site here

Need some help on how to move the logo position down a bit as in the screenshot

#bit #logo #move #position
  • Profile picture of the author stephaniek
    Hi Reez,

    That part is easy--in your style.css, just change the first value of the margin, that's currently 0px.

    img#logo {
    float: left;
    margin: 10px 23px 0px 0px;
    }

    But that will bring down your other elements so I'd suggest you also reduce the first padding value on the menu, and the top margin on the search bar.

    ul#top-menu {

    padding: 25px 0px 0px;

    }

    #search-bar {

    margin-top: 21px;

    Hope this helps, let me know.
    Signature

    Woman: How much do I owe you for the sketch?
    Picasso: 5000 francs.
    Woman: But it only took you 5 minutes!
    Picasso: No madam, it took me all my life.

    {{ DiscussionBoard.errors[6425068].message }}
    • Profile picture of the author benjigbird
      Originally Posted by stephaniek View Post

      Hi Reez,

      That part is easy--in your style.css, just change the first value of the margin, that's currently 0px.

      img#logo {
      float: left;
      margin: 10px 23px 0px 0px;
      }

      But that will bring down your other elements so I'd suggest you also reduce the first padding value on the menu, and the top margin on the search bar.

      ul#top-menu {

      padding: 25px 0px 0px;

      }

      #search-bar {

      margin-top: 21px;

      Hope this helps, let me know.
      Beat me to it lol well I have checked your site and it looks like it is fixed. good luck with your site
      Signature

      CLICK HERE --> WSO: GUARANTEED GOOGLE 1ST PAGE RANKINGS!!! <-- CLICK HERE

      {{ DiscussionBoard.errors[6432550].message }}
  • Profile picture of the author SuperSSMarkting
    the most important part here is to change the margin-top: 21px
    {{ DiscussionBoard.errors[6432584].message }}

Trending Topics