Hi,
I am trying to customize the footer in the Dawn Theme, and am having issues with moving the content of the footer relative to the position of an image within said element. Trying changing Margin, Padding, and Translate all work, but not in a way that keeps relative position based on screen size.
Any help would be appreciated,
Thank you!
Custom CSS to insert the footer into the image is:
.footer-logo {
width: 100%;
text-align: center; /* Adjust alignment as needed */
}
.footer-logo img {
max-width: 100%;
height: auto;
margin-top: -142px;
margin-bottom: 80px;
}
