Forums

[resolved] How to center my blog (3 posts)

  1. JoonasA
    Member
    Posted 9 months ago #

    Hey,

    This feels silly to ask, but I've searched for a solution without any progress. I'd very simply like to center the pictures and text of my blog page so that there is the same amount of space on the left and right side of the blog context. I'm happy with the existing width of the pictures and text (600px...?). I'd only like to apply this centering on my blog page, which is not my front page.

    http://luonnotar.com/blogi/

    Thank you already in advance!

    Joonas

  2. alchymyth
    The Sweeper
    Posted 9 months ago #

    try and add a line like this to style.css of your theme:

    .blog #content { margin: 0 auto; width: 600px; }

    you might need to adapt the numbers.

  3. JoonasA
    Member
    Posted 9 months ago #

    Worked perfect without any adapting. Thank you so much! You're the best

Reply

You must log in to post.

About this Topic