• IN page editor text appears to wrap correctly. However after publishing the published post is shifted down and leaves a large blank area.

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

Viewing 1 replies (of 1 total)
  • It looks like you inadvertently inserted the image inside the <h2>.

    Current mark up:

    <h2><img class="alignright" style="width: 350px; height: auto;" src="https://myhawaiiankona.com/wp-content/uploads/2018/11/175fc71ffdc55f31e817faaa06461302_cropped_optimized.jpg">How Kona Coffee is Graded</h2>

    Try:

    
    <img class="alignright" style="width: 350px; height: auto;" src="https://myhawaiiankona.com/wp-content/uploads/2018/11/175fc71ffdc55f31e817faaa06461302_cropped_optimized.jpg">
    <h2>How Kona Coffee is Graded</h2>
    

    You can try it through the text tab in the editor, or you can try to remove the image in the visual editor, creating an empty line above the heading (“How Kona Coffee is Graded”), and inserting it again.

Viewing 1 replies (of 1 total)
  • The topic ‘Text wrap in editor differs from published post’ is closed to new replies.