Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #56587
    lmf33
    Member

    Hi

    Thank you for your theme.

    I set small images in my blog post to align right.
    When viewing in mobile they don’t center above the
    text like in your demo site. Is there a way to fix?

    Screen shot of my post:
    Screen shot of my site

    Demo:
    Catch Box Demo

    #56839
    Sakin
    Keymaster

    @lmf33: Please post in your site URL so that I can check in. Have you regenerate the thumbnail after you switch to catch box theme. If you haven’t then please do that by installing Regenerate Thumbnail plugin http://wordpress.org/extend/plugins/regenerate-thumbnails

    Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet and electricity is huge problem.

    #56861
    lmf33
    Member

    Hi, Sorry to hear about your earthquake, I had no idea.

    No I have not regenerated the thumbnails. I just moved my
    site to wordpress and used the catch box theme right from
    the beginning.

    My url: http://www.lynnsfreebies.com

    When I post a blog post, I always add a small image to the right of the post. All my thumbnails view like the image above in mobile.

    Thanks

    #57057
    Sakin
    Keymaster

    @lmf33: Ok try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (max-width: 768px) {
        #main .hentry img {
            display: block;
            margin: 0 auto;
        }
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Images on blog posts help’ is closed to new replies.