Tagged: Top header on mobile only
Dear Enfold support,
not sure what I’m doing wrong, as the topic suggests, I’d like to show a phone number on mobile view and found these 2 code snippets:
/*mobile only phone*/
@media only screen and (max-width: 767px) {
#header_main {
display: none;
}
#header_meta {
display: block;
}
}
and
@media only screen and (min-width: 768px) {
.phone-info { display: none !important; }}
Both are not working for me :-(
Can you help please?
Best regards,
Stefan
Sorry, take a break,
I just deleted my whole general css by accident and need to rebuilt the site. I’ll revert asap!
Please help me on: https://kriesi.at/support/topic/ideleted-all-quick-css-entries/#post-1486662