• Hey,

    I am new to website coding and wordpress.
    I am currently using the evolve theme, and I am trying to adjust the position of my page title so that it is centred-vertically and a bit more to the right.

    I want to learn how to make this adjustment through code but i am unsure which element I should adjust, whether it is the heading, or entry_title, h1, etc.

    Any help would be much appreciated
    here is my site:

    test.eicanada.org

Viewing 1 replies (of 1 total)
  • Hi there,

    Thanks for writing in,

    There is no page title on your website and if you wish to adjust the values of your logo-image upon your requirement so you can add following code under Appearance > Theme Options > Custom CSS:

    #logo-image {
      margin-left: 15px;
      margin-top: 15px;
      margin-bottom: 15px;
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Editing title position’ is closed to new replies.