change position of title in header

  • caro-heij

    #4153

    I am trying to change the position of my header title. Now it is in the middle and I want it at the top. I have been able to do so before, but something has happened and now I can not get it right anymore (I am not very experienced). Can somebody please help me?

    my site: http://www.carolineheijmans-psycholoog.nl.

    Mod

    Kenneth John Odle

    #23423

    The classes you are looking for are .header_title and .header_desc

    Add this to your child theme stylesheet or custom css:

    .header_desc {
    top: 60px;
    }

    Change the value until you get something you like. Then do the same thing for .header_desc if you use a tagline with your site.

    caro-heij

    #23424

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.