Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1355675
    Danb3434
    Participant

    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

    #1355681
    Danb3434
    Participant

    You can see the page here:
    http://brewconductor.com/brewing/ingredients/hops/

    Thanks!

    #1355894
    Jade
    Moderator

    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.

  • <script> jQuery(function($){ $("#no-reply-1355675 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>