Archived topic
client wants the elements background on mobile like it's on desktop
9 replies · Started by Jos on November 27, 2018
Hi,
My client wants the elements background on mobile like it's on desktop. I used the mobile header option. but my client likes the way it looks on desktop. (So the background logo up to the top with a hamburger menu on top of it)
Can you show me how i can do this? See https://heidi.beheer95.nl/producten/
Thanks in advance.
Greetz,
Jos
Hi there,
So basically merge on mobile as well?
Have you tried the Merge option to merge both instead of the Merge on Desktop Only option?
Let me know :)
Hi Leo,
Overlooked that.
I changed that now, but still the same look on mobile.
Other ideas?
Greetz,
Jos
Hmm it should work. At least it's working here: https://gpsites.co/pivot/
Any caching plugins?
No I do not use caching on this site.
Maybe I have tot use other settings on the elements?
Best settings?
Greetz
Jos
Are you sure you are using GP Premium 1.7.5?
Your code is suggesting 1.7.3.
Sorry. I just updated to 1.7.5. At the same time updated some plug-ins like Elementor Then Elementor would not load. Restored from a back-up. Then deleted 3 Hero pageheaders who where put there with the starter site. Then it worked.
One more small thing: Is it possible to hide the logo only on mobile? (and as an option tablet view)
Thanks,
Jos
Hi there
you could do something like this:
@media (max-width: 768px) {
.site-logo {
display: none;
}
}
That was what I was looking for!
Thanks David
You're welcome. Glad we could be of help.