• Resolved lucidfellow

    (@lucidfellow)


    The default text alignment for posts is center, but we would like our posts left-aligned. Could someone share how to left-align posts in Inspiro?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, @lucidfellow

    Adding the following code to Appearance -> Customize -> Additional CSS should do the trick:

    body:not(.page-layout-sidebar-right).archive .site-main article, body:not(.page-layout-sidebar-right).blog .site-main article, body:not(.page-layout-sidebar-right).search .site-main article {
        text-align: left;
    }
    
    body:not(.page-layout-sidebar-right).archive .site-main article .entry-title, body:not(.page-layout-sidebar-right).blog .site-main article .entry-title, body:not(.page-layout-sidebar-right).search .site-main article .entry-title {
        text-align: left;
    }
    Thread Starter lucidfellow

    (@lucidfellow)

    Thank you Ina, this worked perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Inspiro: left align posts’ is closed to new replies.