Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1486657

    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

    #1486659

    Sorry, take a break,
    I just deleted my whole general css by accident and need to rebuilt the site. I’ll revert asap!

    #1486671

    Please help me on: https://kriesi.at/support/topic/ideleted-all-quick-css-entries/#post-1486662

    • This reply was modified 8 hours, 17 minutes ago by beenee.
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.