Too wide images in E&P Forms (mobile only)

Hi
I have a problem with E&P Forms.
The images look good in all screen sizes except on mobile, they look too wide (stretched)
you can see here: http://expo.com.sa/cms/booking/

any help?

Hi Hatim,

Would you mind specifying which images are you referring to?

I have just checked on mobile and the image seem to look right on mobile:

Thank you.

Thanks for the reply,
actually I fixed the issue by adding this css rule:

#estimation_popup.wpe_bootstraped[data-form="2"] #mainPanel .genSlide .genContent div.selectable .img {
  max-width: 64px !important;
  max-height: 64px !important;
  
}

all the icons you see in the screen used to be very wide, but now they’r fixed

Hey Hatim,

We’re glad you’ve sorted it out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.