[Resolved] How to align content titles and content?

Home Forums Support [Resolved] How to align content titles and content?

Home Forums Support How to align content titles and content?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2078648
    Ian

    Hello, I’ve searched through all the old posts for this and haven’t found a good solution.

    So, I want my content titles, content date, and name to be aligned with my content. But, I’ve been running into problems. Here is an example of what it looks like

    https://ianjamescattanach.com/sleight-of-hand-becoming-animal-by-david-abram-spiritual-ecology-course/

    here is an example of what I want

    https://stevepavlina.com/blog/2016/04/redesigning-stevepavlina-com-part-5/

    I’m using Beaver Builder to set my max row width to 930 PX. That ensures I can keep line length around 70 characters per line.

    I’ve tried to use customizer to align the container width at 930 PX and it causes two issues.

    1. The content title and everything still doesn’t align
    2. It ruins my main menu

    I’ve tried some codes posted about center alignment and that is off too. How can I achieve perfect alignment? Thank you

    #2078704
    Elvin
    Staff
    Customer Support

    Hi there,

    Try adding this CSS:

    body.single header.entry-header {
        max-width: 888px;
        padding: 0 20px;
        margin: 0 auto;
    }
    #2078717
    Ian

    Elvin, you’re a literal OG of the community. Thanks for everything!

    #2082676
    Elvin
    Staff
    Customer Support

    Glad you got it sorted. No problem. Peace out! 😀

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.