• Resolved Dlee13

    (@dlee13)


    Hi All,

    So I have two sites with two different themes. I had an article on the first site that I wanted to report on the second. Most of the images were embedded from Flickr and the ones that weren’t I uploaded to the second site.

    Now there’s only two posts visible right now but all the posts are displaying properly on mobile, except the one linked which was copied from my other site. All the images I upload are 1600 wide but scale properly on other posts, just not this one.

    Any ideas on what the cause is or how I can fix it?

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Moved to Fixing WordPress, this is not an Everything else WordPress topic.

    That’s always caused by CSS from your theme.

    *Looks*

    That’s a commercial theme and not supported in these forums. Yes, it’s free but still counts as commercial.

    For pro or commercial product support please contact the author directly on their site. This includes any pre-sales topics as well.

    https://www.theme-junkie.com/support/

    As the author is aware, commercial products are not supported in these forums. I am sure they will have no problem supporting you there.

    Thread Starter Dlee13

    (@dlee13)

    Ok thank you for the help and will look into it.

    Sorry for posting in the wrong section.

    You can try fixing it by adding this rule to your custom CSS (Appearance → Customize → Additional CSS):

    @media (max-width: 767px) and (min-width: 240px) {
       .single .hentry .entry-post {
          width: 100%;
       }
    }
    Thread Starter Dlee13

    (@dlee13)

    Thanks for the reply.

    I added it but doesn’t seem to work sadly ??

    I don’t see it in your custom CSS. Can you please check again?

    Thread Starter Dlee13

    (@dlee13)

    Hi I added it again.

    I tried redoing the post from scratch and adding all the images from scratch too but the same issue.

    I now see the CSS, and the post seems to look OK to me, now, the images scale down to fit the width of the screen at narrow screen sizes.

    Thread Starter Dlee13

    (@dlee13)

    Yes I just checked and it’s definitely working. The first time I tried it didn’t work so maybe my server wasn’t updating the changes fast enough!

    Thank you so much ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Imaging scaling on mobile not working for one post’ is closed to new replies.