New Landing How can we help? Atelier Blog detail page title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #286499
    GemmaIGCC
    Member
    Post count: 9

    Hi there,

    I am looking to line the page title up with the text content on my blog detail pages. You can see here the text is contained to the middle of the page but the title is hanging over to the left. http://igcc.wpengine.com/?p=327

    Thanks,
    Jess

    #286518
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .page-heading .heading-text, .fancy-heading .heading-text {
      text-align: center;
      width: 100%;
    }

    – Kyle

    #286523
    GemmaIGCC
    Member
    Post count: 9

    Hi Kyle,

    Thanks for that but it didn’t really work. I don’t want the title to be centered I just want it to line up with the rest of the blog post. Like left aligned to where the post text starts.

    I hope that makes sense?

    Thanks,
    Jess

    #286525
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    @media only screen and (min-width: 769px) { 
    .single-post .page-heading .heading-text {
      margin-left: 16.6667%;
      margin-right: 16.6667%;
      padding-left: 15px;
      padding-right: 15px;
    }
    }

    – Kyle

    #286530
    GemmaIGCC
    Member
    Post count: 9

    Thank-you!

    #286531
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem!

    – Kyle

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

You must be logged in to reply to this topic.