-
alex44
ParticipantHi,
I am working on 3 separated websites and I’ve got the issue on only 2 of them.In mobile view, when I open the menu, header dessppears on 2 but not the third.
I’ve compare everything and can’t see why.here are the sites (on dev) :
http://les-decors-de-charly.com/ working
http://www.alexplastik.com/ not working
http://www.audihome.fr/ not workingSame plug-ins, same logo sizes, same widgets in headers… really weird. π
Tryed with and without custom CSS no changes.Thanks for help!!
Alex
Giorgio
ParticipantHi Alex,,have you solve the issue? could you please share the solution?
Thanks a lot
Giorgio
alex44
ParticipantHi, yes the problem was solved recently :
I hope this will help, there is a conflict between header normal color and mobile one. So don’t use personal colors in your theme options and edit one in custom CSS
Contact me again if you’re lost π
@media screen and (min-width: 760px) { #access { background: #123456; } }
You must be logged in to reply to this topic.