Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #857200

    Hi,
    I’m using extra elements in the header. It looks great on desktop, but on mobile there is a white area above the header that should not be there (see below). Is there a way to suppress extra elements for mobile?
    Thanks!

    #857207

    Hey bobjonesdesigns,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { .av_entry_id_113693 {display:none!important;}}

    Best regards,
    Mike

    #857619

    Perfect. Thanks so much!

    #857679

    Hi bobjonesdesigns,

    Glad we got things working for you! :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.