Tagged: socket
Hello,
I recently updated a site to 5.2.1 and saw some things break in our footer and socket sections. I was able to rework the footer.php in our Child theme to match the live version of the site, but am stumped with the socket. Can you take a look and share what might be wrong?
Thanks!
Hey jaimemerz,
Thank you for the inquiry.
Are you trying to adjust the background of the space below the socket? Please try to use this css code.
.html_stretched #wrap_all {
background-color: #999999;
}
#socket {
height: 100px !important;
z-index: 9999;
position: relative;
background: #999 url(//siliconvalleyandbeyond.com/wp-content/uploads/footer-2021.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: 94%;
}
This should adjust the background color of the main wrapper and adjust the size of the #socket’s background image.
Best regards,
Ismael