Reply To: How to add ads 468×60 in top replace social widget, and change search bar

Home Forums Iconic One Pro Support How to add ads 468×60 in top replace social widget, and change search bar Reply To: How to add ads 468×60 in top replace social widget, and change search bar

#6993

Try this in Customizer -> Additional CSS


.socialmedia img {
    height: 60px;
    width: 468px;
}
.socialmedia {
    width: auto;
}

Final result should look like this

https://postimg.cc/2LwyhyXp

Please note that the img URL should be from image uploaded to WP gallery otherwise it may look blurry.