Site logo

Archived topic

How do I change the size of a block that includes columns?

3 replies · Started by Rebecca Cousins on February 14, 2020

Viewing posts 1–4 of 4

Is there a way to change the size of a block that includes columns? I have a three column block that I would like to make larger. I am using the Split Theme. Thank you.

Hi Rebecca,

That's not possible unfortunately as everything is constrained in the same container.

Can you try removing this CSS in the Additional CSS field in the customizer?

.no-sidebar .inside-article > *,
.no-sidebar #comments,
.no-sidebar .nav-links {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

That would make it so the container is bigger and I think it still looks good.

Let me know :)

That worked perfectly!! Thank you!

No problem :)

This archived topic is closed to new replies.