Question

I run several websites with a "responsive" template. The thing is, the template is not really responsive....(And the developpers have dropped support on it...) the mobile stylesheet seems completely messed up. You can see by yourself on https://www.oxyform.be. Is there a way to fix this ? (other than set up a new theme :/ ) Thank you for guiding me.

Was it helpful?

Solution

You have a fixed width on quite a few elements:

enter image description here

To fix this edit the CSS to something like this:

max-width: 1170px;
width: 100%;

As for where to make this change I can't say without seeing the theme, it will likely be a SCSS or LESS file.

Now your site is responsive again:

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top