I’m working on an exhibit page with two Blocks using the File with Text layout. In the first block, the files appear alongside the text, but in the second, they are stacked above the text. The layout options are the same on both File with Text Blocks (File position left, File size fullsize, Captions position center). Anyone know how I can get the second block to have the files alongside the text like in the first block? Thank you!
Can you share a screenshot, or even better, a link to the page that has the problem?
For sure! Sorry, definitely should’ve included that in the first place. Here is the page: Empty Chair, Empty Bed, Empty House · Francis Davis Millet and Charles Warren Stoddard, 1874-1912, by Jonathan Ned Katz and Claude M. Gruener · OutHistory
This has to do with how your site styles <h2>, or Heading 2 elements. They’re styled to take up a whole line, so when you have one at the start of your text, it will push everything down until it has a free empty line for the heading to appear, meaning it will all show up underneath the floating images.
Simply changing the headings to <h3> should resolve the problem (notice the text in the working upper portion uses <h3>, except for the main heading which is actually the title of the page and not part of the content).
This topic was automatically closed 360 days after the last reply. New replies are no longer allowed.