Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #32005
    Peter Merholz
    Guest

    I’ve just installed Crio and have been customizing my site.
    Something I noticed is that the left alignment in the body copy was different than in the headers. With some fiddling, I basically got them to line up
    (https://www.petermerholz.com/about-peter/). I had to put in 1 EM of left padding to make that happen. I have to do it page by page, which is annoying — it would be preferable if this were global.

    Anyway, I want to do the same with individual blog posts. You’ll see here:
    https://www.petermerholz.com/blog/design-leadership-truisms/
    that the body copy is quite a bit to the left of the Site Title (PETER MERHOLZ) And the Page Title (Design Leadership Truisms). I don’t see anywhere to adjust the padding of blog post bodies in order to get this to line up.

    Please advise

    #32010
    Jesse Owens
    Keymaster

    Hi Peter-

    Thanks for the question, it was really cool to see that the inventor of the word “blog” is using our theme!

    The discrepancy you’re seeing is a 15-pixel margin on the left side of the title. To solve it globally, you can use Custom CSS to double the padding on the article itself. Navigate to Customize > CSS/JS Editor and add the following rule:

    .article-wrapper {
        padding-left: 30px !important;
    }
    

    After you make this change, you may need to remove the custom padding you added to your individual page.

    #32011
    Jesse Owens
    Keymaster

    Hi Peter-

    I just wanted to add one more thing- our developers just let me know that this issue is slated to be fixed in the next release of the Crio theme, so once we fix that you may need to go back and remove the Custom CSS.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Getting blog post body copy to align left with title elements’ is closed to new replies.