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

    Can you please provide me with some quick css so the extra elements section (Header Phone Number/Extra Info) on my website doesn’t show on my iPhone? Thanks in advance!

    #518063

    Hey djshortkut!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    #header_meta { display: none !important; }}

    Best regards,
    Yigit

    #518188

    Thanks, you can close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Extra Elements Section’ is closed to new replies.