• Resolved 33degrees

    (@33degrees)


    Hello, my issue is:

    1. I’ve created a new page that is designed as a full-width, 2 column (70:30) page using Gutenberg blocks.

    2. In the left-hand column (70%) I want to display the Insert Page content.

    3. I used the shortcode [insert page=’123′ display=’content’]

    4. The content is not displaying correctly. The text is not displaying within the containers (the text gets cut off).

    5. The original page content is a LearnDash topic page (you can see it here: https://learn.lifetise.com/topics/what-are-cryptocurrency-tokens/)

    6. New Page URL: https://learn.lifetise.com/cryptocurrency-for-beginners-sample/
    (p/w: InsertPage)

    7. There are some other CSS/blocks that haven’t rendered properly on the New Page, but I can live with that if I can at least get the containers/text correct for the main content.

    Thanks for your help.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Paul Ryan

    (@figureone)

    Your inserted page has a block group container with alignwide class which has margin and width styles that conflict with the flexbox display of your 70/30 column container block. So not really an insert pages issue.

    Might be possible to tweak those styles to support a full-width view and a 70/30 view, but you’ll have to experiment with the different gutenberg block wrappers and the options your LearnDash theme gives you!

    Thread Starter 33degrees

    (@33degrees)

    Thanks Paul, appreciate you replying.

    It was actually a very easy fix. The alignment issue was caused because the Gutenberg blocks were in a Group. As soon as I Ungrouped them, the formatting worked perfectly with InsertPages.

    Just in case anyone else using Gutenberg blocks experiences a similar issue.

    Plugin Author Paul Ryan

    (@figureone)

    Good tip, thanks for following up!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Content Display – not resized for container’ is closed to new replies.