Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there antoineO,

    Hope you’re well today!

    The same title on two different pages is having different class where one has 50px top padding and other doesn’t which is the reason they are not displayed in the same position, see screenshot http://screencast.com/t/3ws0oDx2JToU.

    You can approach that in two different ways, 1. to remove padding from the one that has it or 2. to add padding the the one that doesn’t have it.

    If you’d like to add padding to the one that doesn’t have it you can do that by adding the following CSS code to Appearance -> Theme Options -> Custom CSS:

    @media screen and (min-width: 1024px) {
    .post_page_title.entry-title {
      text-align: left;
      padding: 50px 0px 0px 0px;
    }
    }

    Please let me know if this helps 🙂

    Best regards,
    Bojan

    Thread Starter antoineO

    (@antoineo)

    Hum, when you explain to me, it looks like very simple 😀
    I need to have a teacher like you !

    Thank you very much for your help

    Glad that helped and thanks for the kind words 🙂

    Have a great day!

    Cheers,
    Bojan

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

The topic ‘Blog > title > vertical alignment’ is closed to new replies.