Archived topic
website not responsive
5 replies · Started by Torsten on February 5, 2020
Hi,
I just dicovered that the website for my client is not fully responsive on loading, only after refreshing, for each page the same. Can you give me directions?
We just went public with this social project...
Thanks ahead,
Torsten
Hi there,
One thing i did notice is that you have most of your CSS included in the Autoptimize cache but then your fonts and some other styling is in the so-css-generatepress.css file which is being loaded after.
This is creating a small flash of style changes for me - but no need to refresh the browser for them to load correctly.
It would probably be best if all CSS was combined into one file.
okay, I transfered all css into Design / Custom CSS
will take a look at this on the weekend and will let you know.
Ok let us know :)
Hi David,
body {
min-width: 300px;
}
did the trick, min-width was set to 600px.
best,
Torsten
Glad you found the solution