Footer Image and Text
- The topic ‘Footer Image and Text’ is closed to new replies.
Need help? Check out our Support site, then
In our footer, we have an image widget next to a text widget. What could we add to the CSS to remove the spacing in between the two?
The blog I need help with is: (visible only to logged in users)
Hi,
Could you please make your site public, so I can inspect your footer area and provide you a custom CSS based this inspection?
Thank you,
Taras
Hi,
Thank you. Our site is now live: globalpartnersrunningwaters.org.
Thanks,
Global Partners: Running Waters
Hi,
Thank you for making your site public.
You can use this custom CSS to change the width of the first widget:
@media (min-width: 992px) {
.footer-widget-area .footer-widget:nth-child(1) {
width: 16%;
}
}
Alternatively, you can use the Text Widget where you can add your image along with the text (https://snipboard.io/OnzYH6.jpg). Then, we can use a custom CSS to increase the width of that widget.
Please let me know if you have any additional questions.
Thank you,
Taras
Thank you. The custom CSS worked great.
You are very welcome!