How do I get 'before' spacing to work after a column break?

Anonymous
2018-12-17T15:45:14+00:00

So I'm working on a document that is divided into 3 levels. The first 2 levels are just section and subsection titles in a single column format. The third level is the body text, formatted into 2 columns. The 'before' spacing of the first column works, but the second column just sticks to the continuous section break, regardless of what value I enter, and even when i add a column break to the end of the first column. Below is a visualization of what I mean.

Column 2, which I've circled yellow, is where I'm having the problem:

Has anyone else suffered from this? Does anyone know a way around it?

Thanks!

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2018-12-17T17:01:50+00:00

    Parallel columns (compared to snaking newspaper-style columns) are better handled as (borderless) tables. You would not have this problem with tables.

    Was this answer helpful?

    0 comments No comments
  2. Suzanne S Barnhill 278.8K Reputation points MVP Volunteer Moderator
    2018-12-17T16:59:45+00:00

    Word 2010 and earlier have a Compatibility Option, "Suppress Space Before after a hard page or column break." By default, this option is not enabled in those versions. Unfortunately, Word 2013 and above enable this option by default and don't give you a choice. So the only (simple) recourse you have if you want this to work (and I ignore kludges such as adding an empty paragraph) is to save the document in Word 2010 format. This is not an option that Word provides in the Save As dialog; it requires a simple one-line macro (courtesy of Jay Freedman):

    1. Press Alt+F11 to open the VBA editor.
    2. Press Ctrl+G to open the Immediate window at the bottom of the editor.
    3. In that window, paste this line and then press Enter:

    ActiveDocument.SetCompatibilityMode wdWord2010 4. Close the VBA editor. 5. Go to File | Options | Advanced and scroll to the bottom. 6. Change the dropdown "Lay out this document as if created in" to "Microsoft Word 2010". At that point, the list of 2010 Layout Options will appear below the dropdown.

    If the "Suppress" option is enabled, disable it. Your document will be in Compatibility Mode, and you will not be able to use features introduced in Word 2013 and above, but that may not matter for this particular document.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2018-12-17T16:48:49+00:00

    Hi Jack,

    This is best handled using a Frame.

    Space Before Heading at beginning of page - Using Frames

    Space-before formatting, by design, does not work following a page break or column break. Using a frame as part of the style gets around this.

    I hope this information helps. Please let me know if you have any more questions or require further help.

    Regards

    Was this answer helpful?

    0 comments No comments