Tagged: x Author Posts February 2, 2017 at 2:32 pm #1355675 Danb3434Participant Hi there, I have resized my thumbnails in the category pages using the following: .entry-featured { position: relative; padding: 5; width: 350px; float: none; margin: 20px auto; } However, on mobile devices the image is shifted slightly to the right instead of resizing/being centered. You can see the site here: http://brewconductor.com/brewing/ingredients/hops/ Any advice would be great, Dan February 2, 2017 at 2:37 pm #1355681 Danb3434Participant You can see the page here: http://brewconductor.com/brewing/ingredients/hops/ Thanks! February 2, 2017 at 5:42 pm #1355894 JadeModerator HI Dan, Please try this code: .entry-featured { position: relative; padding: 5; width: 350px; float: none; margin: 20px auto; } @media (max-width: 480px) { .entry-featured { width: 100% } } Hope this helps. Author Posts <script> jQuery(function($){ $("#no-reply-1355675 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In