Home Forums WordPress Themes – Premium Celestial (Celestial Reloaded) Footer Widgets & Social Bar image instead of color Reply To: Footer Widgets & Social Bar image instead of color

#18480

Would doing something like this make the image responsive? And where would I add that code?

From a wordpress thread:

Insert the image normally;
In “Size” select “Custom”;
Set the “Width” and “Height” to “0”;

Insert this in your CSS code:
img {
border: 0 none;
max-width: 100%;
vertical-align: middle;
}

If this is beyond your normal free stellar support, let me know I’ve overstepped my bounds. 🙂