Page 1 of 1

How do i center this? (BLOG X THEME)

Posted: Thu May 30, 2019 9:51 pm
by planeadornet
I've made the main column smaller, i don't want images too big. But now the design is not centered. Is there an easy way to fix this? http://planeador.net/blog

Re: How do i center this? (BLOG X THEME)

Posted: Thu May 30, 2019 11:12 pm
by Edi
You can use the following:

Code: Select all

.row {
   justify-content: center;
}

Re: How do i center this? (BLOG X THEME)

Posted: Thu May 30, 2019 11:59 pm
by planeadornet
:D great! thank you very much!