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
September 26, 2023 at 1:07 pm #6993
Themonic-Support
Keymaster
Try this in Customizer -> Additional CSS
.socialmedia img {
height: 60px;
width: 468px;
}
.socialmedia {
width: auto;
}
Final result should look like this
Please note that the img URL should be from image uploaded to WP gallery otherwise it may look blurry.