Align right not wrapping text

Home Forums Saket-Theme Align right not wrapping text

Viewing 1 reply thread
  • Author
    Posts
    • #1666
      Tom Lorimer
      Participant

      When selecting align right for images in posts or pages the text isn’t wrapping around the image.

      According to:
      http://codex.wordpress.org/Wrapping_Text_Around_Images

      the style.css should include the following:

      img.alignright {float:right; margin:0 0 1em 1em}
      img.alignleft {float:left; margin:0 1em 1em 0}
      img.aligncenter {display: block; margin-left: auto; margin-right: auto}
      .alignright {float:right; }
      .alignleft {float:left; }
      .aligncenter {display: block; margin-left: auto; margin-right: auto}

      I don’t see that anywhere in the style.css for this theme and adding it to the custom css section doesn’t work.

    • #1757
      Tom Lorimer
      Participant

      Any feedback for this? I’ve still not been able to get the alignright images to wrap text.

      I also notice that when the page loads – for a moment I see a page with different styling then ‘pop’ the CSS code kicks in. Seems like it’s applying CSS after the page finishes loading.

      Despite liking this theme, I might have to look elsewhere until this is sorted out.

      Your support forums aren’t very supporting unless it’s a licence issue.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.