Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1150416
    bak
    Participant

    Hi there

    How can I control the image size on mobile? On desktop it is fine but on mobile it is too large

    #1150417
    bak
    Participant
    This reply has been marked as private.
    #1150438
    Christian
    Moderator

    Hey Bak,

    You have this code in your CSS

    @media (max-width: 979px) {
    #handheld {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    }

    Please lower or remove the max-width.

    Thanks.

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