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

Home Forums Support [Resolved] How do I change the size of a block that includes columns?

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1165597
    Rebecca Cousins

    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.

    #1165763
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #1165797
    Rebecca Cousins

    That worked perfectly!! Thank you!

    #1165806
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.