• Hello. I am having an issue as seen on the page:

    page

    I have created 2 columns. The left column needs a margin or padding but when I add it, the right column is pushed to below the first one (with a big empty space on the right side until the second column is displayed.

    It there a way to not push the second column down when adding a margin to the first column?

    Thanks in advance for any help. New to WordPress and loving it!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You can try this in your Custom CSS for achieving that:

    #container {
        width: 1010px !important;
    }
    .ezcol.ezcol-one-half {
        margin: 0 20px;
        width: 45%;
    }

    Hope that helps you, fell free to ask if there is any other problem.

    Thank you.

    Thread Starter psattler

    (@psattler)

    That worked perfectly. Thank you.

    Pleasure to help you. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Margin (or padding) issues’ is closed to new replies.