How do i center this? (BLOG X THEME)

Post Reply
planeadornet
Jr. Bludit
Posts: 4
Joined: Thu May 30, 2019 9:22 pm

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
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

You can use the following:

Code: Select all

.row {
   justify-content: center;
}
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
planeadornet
Jr. Bludit
Posts: 4
Joined: Thu May 30, 2019 9:22 pm

:D great! thank you very much!
Post Reply