Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
I have installed and ;love the Influence Pro theme.
When using Google Page Speed Insight, I get recommendations that the images on the mobile version can be greatly reduced (optimised).
I have been able to optimise the images for the desktop version. How do you suggest I optimise the images for mobile version also?
Thank you!
Hi. I have posted this question two weeks ago. Can you please assist me with an answer?
Alternatively, is it possible for me to remove the slider for mobile all together?
I saw that it was possible for your Vantage slider…
/* Vantage hide the home page slider on mobile */
@media screen and (max-width: 680px) {
.home #main-slider { display: none; }
}