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

    Hello,

    I am writing because the graphic in the lower right corner of the page disappears at 767 pixels and below. The graphic for the “Equal Housing Lender” and “NCUA” is placed in the socket.

    Please advise. And thank you for your help with this.

    Thanks – Campbell

    #454990

    Hi blueunderground!

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #socket .sub_menu_socket {
      display: block;
    }
    }

    Best regards,
    Rikard

    #457501

    That works. Many thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Footer item disappears at lower resolutions’ is closed to new replies.