Changing header position 'Sight' Theme

  • Unknown's avatar

    Hey guys,

    i’m really not clever with html at all so please forgive me if this is a really silly question – I was wondering if there is a CSS code I can add to make the header centre itself on my theme? I’ve removed the search bar that was originally in the top right corner of the header section, but now I’d like to move the header over so it’s in the middle and I can make it bigger.

    Thanks heaps! :-)

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    See if the following is what you want. You can adjust the values as per your liking:

    .site-header {
    	left: 140px;
    }
  • The topic ‘Changing header position 'Sight' Theme’ is closed to new replies.