• Resolved lionnes

    (@lionnes)


    hey guys
    my blog posts are all aligned centre on style css, but when published, posts look a little more aligned to the left, this include post titles and pictures.
    I have tried editing css to any avail.
    Here is a link to my blog, I am using desciple theme

    https://www.lionnes.com/blog

    any help will be appreciated
    thxs

Viewing 3 replies - 1 through 3 (of 3 total)
  • Josh Feck

    (@builtbynorthby)

    For the post titles, the CSS code you would want to try would be something like:
    .post-title h1{
    text-align:center;
    }
    The smart way to edit your CSS is to put all your changes in a child theme.

    Thread Starter lionnes

    (@lionnes)

    thanks, that did the trick

    Josh Feck

    (@builtbynorthby)

    You’re welcome, you can set this topic to resolved over in the right sidebar.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘aligning blog posts centre’ is closed to new replies.