Gap is not the same

Hey!

Why is there not the same gap in mobile version?
Page: http://staceybrownrandall.com/

Example: https://snag.gy/JWIRLP.jpg

Hi @fidoba,

Thanks for posting in.

Because of the line break added to the first column’s text. The empty line break is then converted to <p></p> which adds the space.

<div class="e5-130 x-text">
  <p><span style="color: #ffffff;">My “Sales” Language Dramatically Changed Overnight Once I Started Receiving Referrals</span></p>
<p></p></div>

Please remove the space and lines after </span>.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.