Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41216
    feng
    Guest

    The layout looks fine during “editing page” but when I put the page on preview and launched, the text and column seems to be squished in on every page. I can’t seem to get it to look normal on the “preview” & ” after launching.” Do you know the reason for this?

    Thank you.
    Feng

    #41286
    Jesse Owens
    Keymaster

    Hello Feng-

    Thanks for reaching out, and thanks for using the Post and Page Builder for WordPress.

    It looks like your theme has a relatively small container for the main page content, only 67% of an already-contained page width:

    I’m not very familiar with your theme, Responsive Church Theme, but if it offers an Additional CSS setting in your Customizer, you can add this CSS to make that container full-width:

    main#content {
        width: 100%;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Columns and text are squished too narrow’ is closed to new replies.