Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    Try adding this to your Additional CSS customizer section:

    body .is-layout-flex {
        justify-content: center;
        gap: 10px;
    }

    You can adjust the 10px value as desired. Be sure any caching involved has all been flushed before deciding if this works or not. If it still does not work, try adding the !important modifier before the terminal ; of each rule.

    Thread Starter zenntavros

    (@zenntavros)

    Thank you so much! This worked! I really appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit Page and Published page have large block spacing difference’ is closed to new replies.