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
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
That works. Many thanks!