When I look at it in mobile, it shows way too small

  • ResumeProducts
    Asked on January 21, 2020 at 4:14 PM
    I just created and added what the image should look like. However, when I look at it in mobile, it shows way too small, but if you can use or replicate it for the size to come up correctly that would be great. (Note I prefer the shopping cart image over the basket.)
  • enterprisesupportteam
    Replied on January 21, 2020 at 6:43 PM

    Hello @ResumeProducts!

    I would like to apologize for the inconvenience you are experiencing, I am more than happy to assist you with your issue.


    I have made a clone of your form and I see that you currently have two "Product Order" sections at the top of your form. The header section with the basket seems to be updating correctly in mobile view, however, the image section stays the same size as it is in the web view. Please copy and paste this CSS code to make the image larger:

    .form-image {

        width: 100%;

        height: 50px!important;


    }

    Please note that making the image substantially bigger can cause it to blur. You may test the different sizes by changing the px in the height part of the CSS.

    If you would like we can make adjustments to the other "Product Order" section instead of the image. However, please let us know if you require any further assistance, we are always happy to help!