Site logo

Archived topic

gutenberg columns block alignment

7 replies · Started by Melissa on August 19, 2019

Viewing posts 1–8 of 8

I know I'm sending you guys too many questions. Thanks for your patience!

I'm playing with doing my frontpage with Gutenberg blocks and I'm running into an issue with aligning the columns block in the center. You can see this in the grey stripe "We're In/Heading To" section and the map and map menu section. I used css to limit the width to the usual container size, but this seems to also push the columns to the left. Floating the columns block to the center with css doesn't work. Help?

https://theslowroad.org/sample-page/

Hi there,

Are you using any caching plugins? Any chance you can clear and disable it for now so I can inspect the code properly?

p.s. I'm from Taiwan originally. Have fun there!

Thanks! Everyone tells us that people in Taiwan are welcoming and the food is great!

I don't think there's any caching going on.

No, it's not mine.

Edit this CSS:

.location {
    max-width: 1000px;
}

to this:

.location {
    max-width: 1000px;
    margin: auto;
}

Perfect--thank you!

No problem :)

This archived topic is closed to new replies.