Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #30453
    mark
    Member

    I am having some issues with text aligning with images. I have some screen shots but don’t know where to post these to show what i mean?

    #30511
    Sakin
    Keymaster

    @mark: Yes sure send me your site URL and Screenshot URL. You can upload the screenshot in your own site or any photo sharing site.

    #30858
    mark
    Member

    url is http://www.topicblog.com I have created a post called text alignement. its password protected to view which will be up until your have responed.

    the password is: text

    #30860
    mark
    Member

    when I create a new post the new post no-longer appears on my front page.
    It used too.

    I have Settings>Reading set to “Front page displays” > your latest post.

    http://www.topicblog.com I’m using simple catch pro theme

    #30870
    Sakin
    Keymaster

    @mark: For formatting the image and text. You need to use breaks, paragraphs and alignment while editing the post/page.

    #30892
    mark
    Member

    where do i find breaks, paragraphs and alignment

    #30960
    Sakin
    Keymaster

    @mark: You can do that from your page/post editor. See we have shown the different image alignment and how it displays.
    http://catchthemes.com/demo/simplecatch-pro/catch-themes/images-test/

    This is more us formatting WordPress post/page. I hope this will help you http://en.support.wordpress.com/images/image-alignment/

    #30972
    mark
    Member

    I see how its done. The problem is when there is not enough text. Its causes the Text below, which is for another image to be bulled up.

    #30974
    Sakin
    Keymaster

    @mark: Then you can use the code link <span class="clear"></span> to clear it. But to add these code you need to go in text mode from visual in your post/page editor.

    #30999
    mark
    Member

    How is this code get inserted into the post?

    This is just a test sentence<span class=”clear”>I hope it work</span> but it did not

    OR

    This is just a test sentence<span class=”clear”></span>I hope it works but it did not

    #31000
    mark
    Member

    I have managed to do it by changing

    img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.625em;
    }

    to

    img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 0.625em;
    }

    in my child theme.

    #31047
    Sakin
    Keymaster

    @mark: That great that you build child theme and added css. Nice 🙂

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Image alignment with text’ is closed to new replies.