Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #861275
    Sam
    Participant

    Hi,

    I’m trying to set a max image size. It appears to work in Cornerstone, but when I load the page in Safari, the modifications don’t seem to apply.

    The page is http://trackworthy.com/perspectives-porsche-911/
    And the image is the “Purchase at AutoCatch.com” button just above User Submitted Content, toward the bottom.

    I’d appreciate any advice you can provide.

    Thanks.

    #861918
    Rupok
    Member

    Hi there,

    Thanks for writing in! There is no width defined for the image. Note that max-inline-size: 70px; won’t work for all browser correctly (check – https://developer.mozilla.org/en/docs/Web/CSS/max-inline-size). You can set max-width: 100px; on the Style field or add this under Custom > CSS in the Customizer.

    .x-img.autocatch > img {
      max-width: 100px;
    }

    Hope this helps.

    Cheers!

    #914457
    Sam
    Participant

    Thanks!

    #941614
    Joao
    Moderator

    You are welcome.

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