Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25222
    Anthony Pacheco
    Guest

    First off: I am having a hard time finding how to search the forums. The search seems to redirect to a KB.

    My question: how do you change the container size on Blocks? Seems to have some default that is different than the BoldGrid preview of the Block.

    Thanks!

    #25229
    Jesse Owens
    Keymaster

    Hi Anthony-
    The container size can change based on the size of the screen, so it will be smaller in the editing window than when you view it full-width on the front-end. You can make it look more similar by collapsing the menu sidebar, and enabling single-column view:
    Expanding the editor to full-width

    You should use caution if you change the size of the containers, because it could affect how your site looks on mobile devices and tablets, but if you’d like to do so, you can use Custom CSS. To use custom CSS, navigate to Customize > Advanced > Custom JS & CSS, and use code similar to this:

    .container { width: 100%; }

    You might also consider checking out our newest theme Crio, which has the ability to use full-width or contained directly in the Customizer.

    • This reply was modified 3 years, 9 months ago by Jesse Owens.
    • This reply was modified 3 years, 9 months ago by Jesse Owens.
    #25234
    Anthony Pacheco
    Guest

    Ah, collapsing the various things and enabling a single-column view now makes the Block look more like its preview. Thanks!

    #25238
    Jesse Owens
    Keymaster

    Happy to help Anthony! Thanks for posting.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘container size’ is closed to new replies.