• Resolved JoonasA

    (@joonasa)


    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.

    https://luonnotar.com/blogi/

    Thank you already in advance!

    Joonas

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    Thread Starter JoonasA

    (@joonasa)

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to center my blog’ is closed to new replies.