Jump to content

Website looks weird on Mobile


Recommended Posts

Hi, first time user of PrestaShop, pretty much was able to get everything done but now I'm facing the issue where my website looks great on a desktop browser but not on Mobile.

 

It seems the images don't resize and they look huge.

Is there any way we can go around this problem?

 

Website is: www.inescruzauthor.com

Thansk

Link to comment
Share on other sites

First of all you should disable this funny side pop-up, which opens each 3 seconds - added to cart.

The second thing you should do, is first contact the theme developer. From what I can see you are not using the default theme. The problem you are having, is that the images you added, aren't responsive. If you add images to a cms page, you also need to add responsive code for that.

https://www.w3schools.com/css/css_rwd_images.asp

Link to comment
Share on other sites

This is the default theme that comes with Prestashop 1.7 i never changed it.

I deactivated the popup on mobile, you were right looks funny.

Those images on the homepage I added them on the Custom Text Block Module, i know if i added to the banner module it would resize auto but it only lets me put one image and i have 3 of them, Can i add 3 banners?

Link to comment
Share on other sites

For your pictures, you should add responsive code to them as well (use html-editor), otherwise you will have this "weird" look. The images are all added by absolute width and height.

<img src="http://inescruzauthor.com/img/cms/newhome.png" alt="" width="1030" height="533">

<img src="http://inescruzauthor.com/img/cms/HOMEPAGEPART2-01.png" alt="" width="1030" height="592">

<img src="http://inescruzauthor.com/img/cms/homepagepart3-01.png" alt="" width="1030" height="592">

etc...

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...