Image block automatically displays as a tiny (super tiny) block

Hi All,

This may be a beginner question/issue but, appreciate the help!

What’s driving this & how do I fix it?

Issue:
-Image block, immediately upon adding to a blank page, displays as a super tiny block

Reproduction of issue:

  • Add image block to blank page

Screenshots

Hi @jaip,

We took a look at your Builder page and this looks to be caused by the div with the class “dynamic-sections”. This layer has styling coming from your site, specifically display: flex, that is causing this to occur. If you remove display: flex, the Builder content will take up full width. Alternatively, if you don’t want to adjust this styling, you can wrap your Builder content in a section block and the content will take up full page width.