• Resolved amardeepgill2014

    (@amardeepgill2014)


    Hi all,

    I’m trying to add an empty line using the
    and <p/> tag but it doesn’t not seem to be getting added.

    It is needed so i can some headings and the associated logo’s beneath however currently they all seems to be just getting displayed one after another.

    The problem occurs approximately halfway down the following page: https://longbridge.biz/newsite/clients/

    Can anyone help me fix this issue?

    Cheers,
    Amardeep

Viewing 4 replies - 1 through 4 (of 4 total)
  • You could insert <div class="clearfix"></div> before the headings. This will clear out the floats and allow it to start over on the left instead of floating off to the right.

    I would add some CSS to add a top margin to the rule for .et_pb_row, but there’s already an existing rule with an !important clause in it setting the top margin to -20px (an odd value). So what you can do is set the bottom margin instead:

    .et_pb_row {
       margin-bottom: 55px;
    }

    Thread Starter amardeepgill2014

    (@amardeepgill2014)

    Thank you very much devbynature.

    Your fix worked :)!!

    Thread Starter amardeepgill2014

    (@amardeepgill2014)

    Thanks CrouchingBuin, your fix also worked.

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Having a Line break/empty space issue’ is closed to new replies.