• Hi!

    When viewed on desktop, my blog roll has images to the left and copy to the right which works perfectly. However, on some mobile devices, because of certain widths, the majority of the copy sits underneath the featured image, which is great, but if the copy begins with a word that is something like 3 letters long, this sneaks up to the right of the image and looks bad. Is there a way I can centre the featured image on mobile devices only so this doesn’t happen?

    Thanks!

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

Viewing 1 replies (of 1 total)
  • This is dependent on your theme.
    You could add CSS to style the featured image with a media query, using float:none (if it is using float) or using max-width: 50% (but this means smaller images).
    Asking your theme author to fix it in the theme means many users would get the benefit, instead of just your site.

Viewing 1 replies (of 1 total)
  • The topic ‘Centering featured images on mobile devices’ is closed to new replies.