Image in footer widget
-
I have set some logos in my footer widgets, but they only seem to be displaying on the front page. Every other page displays the alt text.
They also won’t position centrally so pointers on this would also be helpful.
HTML/CSS is below. Using child theme with Hestia.
<div class=”row”>
<div class=”column”>
</div>
<div class=”column”>
</div>
</div>/* Footer image class */
.footer-img {
margin-left: auto;
margin-right: auto;
width: 250px;
float: center center;
background-color: white;
padding: 10px;
}The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Image in footer widget’ is closed to new replies.