Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1108944
    iamnotsmart
    Participant

    πŸ™‚ I noticed that the featured image size changes all the time (e.g. Ipad, Iphone etc.) Is there a way to stop this?

    Thank you ^^

    #1109125
    Rahul
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1109225
    iamnotsmart
    Participant
    This reply has been marked as private.
    #1109503
    Jade
    Moderator

    Hi there,

    Thanks for the link.

    I seem to be uncertain on what you mean by the image size is changing all the time. Kindly give us further info so that we will have an idea for a possible solution.

    Thank you.

    #1109907
    iamnotsmart
    Participant

    πŸ™‚ See attachments. Images (phone, ipad) are distorted as you can see.

    Appreciate your time πŸ™‚

    #1109916
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the screenshots. I have investigated the issue and I found out that you have a custom css that limits the sizes of the featured images. Please find this block:

    .x-recent-posts .x-recent-posts-img {
    height: 100px;
    width: 100px;
    }
    .x-recent-posts-img {
    margin: 0px 0px 0px 0px;
    }
    .x-recent-posts .x-recent-posts-content {
    padding: 0px 0px 0px 0px;
      
    }

    And make use of this code instead:

    .x-recent-posts .x-recent-posts-img {
      height: 100px;
      width: 100px;
    }
    
    .x-recent-posts .x-recent-posts-img,
    .x-recent-posts .x-recent-posts-content {
      padding: 0;
      margin: 0 0 5px ;
      border: none;
    }

    We would loved to know if this has work for you. Thank you.

    #1109928
    iamnotsmart
    Participant

    Perfect πŸ™‚ Thank you πŸ™‚

    #1109929
    Rue Nel
    Moderator

    You’re welcome!
    We’re glad we were able to help you out.

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