Hi, I need to insert an image fullwidth in the footer area. (Sparkling Theme)
thanks,
Marcos
Hi, I need to insert an image fullwidth in the footer area. (Sparkling Theme)
thanks,
Marcos
Hi Marcos,
I hope you are well today and thank you for your question.
You can try achieving this by adding the image in the text widget and then add that widget in the widget area Footer Widget 1 and then add the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.
Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS
.col-sm-4.footer-widget {
width: 100%;
}
Best Regards,
Movin
Movin, thanks a lot!!
I have resolved as follows:
Custom CSS
footer#colophon {
background: url(wp-content/uploads/2016/05/footer-image4.png) no-repeat center;
height: 200px;
border-top: 0px solid #ffffff;
but the footer on my way it’s not responsive.
Im going to try your code
best regards,
Marcos
You are most welcome here