• Resolved skygodkingdom

    (@skygodkingdom)


    Greetings,

    Thank you for reading this message, I deeply appreciate it.
    So there is an issue with the spaces in between elements on my page using default WordPress editor.

    For some reason I think it’s WordPress’s default that there is some margin padding in-between elements.

    But for some reason I can’t not get rid of the spaces in between elements.

    I did do many research and came across this code:

    .m0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
    }

    Putting m0 into each element’s additional CSS class, but it still didn’t work.

    Would anyone be able to help me?
    Thank you guys so much!

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

Viewing 1 replies (of 1 total)
  • Branko

    (@brankoconjic)

    Hey @skygodkingdom,

    Try with this CSS:

    .wp-block-columns,
    .alignfull,
    .alignwide,
    .wp-block-cover {
      margin-top: 0;
      margin-bottom: 0;
    }

    Add the CSS into the Additional CSS field in Appearance » Customize.

Viewing 1 replies (of 1 total)

The topic ‘Spaces in between elements on my page using default WordPress editor’ is closed to new replies.