footer image hidden
Hi there. Do you have any idea why my footer image is half hidden? It looked fine but when I added this css code to make the footer menu horizontal, it made the image disappear. Please tell me what changes to make to this code.
thanks
/* Vantage Horizontal Footer Menu */
#footer-widgets .widget.widget_nav_menu ul {
text-align: center;
}
#footer-widgets .widget.widget_nav_menu li {
display: inline-block;
float: none;
margin-right: 16px;
}
#footer-widgets .widget.widget_nav_menu li:last-of-type {
margin-right: 0;
}
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi eliselangley
The vertical list added space which you’ve now lost. Try adding the following to Custom CSS. Adjust as required:
/* Footer */ .layout-full #colophon { min-height: 70px; }Thank you, worked perfectly
Super, glad that helped.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.