wpzoom / instagram-widget-by-wpzoom

The easiest way to add a nice Instagram widget on your WordPress site. It just works!
https://wordpress.org/plugins/instagram-widget-by-wpzoom/
GNU General Public License v2.0
21 stars 6 forks source link

Content not Center in widget #8

Closed densi closed 3 years ago

densi commented 4 years ago

Hi,

I would love to use your plugin but I got a major issue. I am using the widget with elementor. Regardless of the setting, the pictures are always glued to the right side and not centered. What can I do?

ciorici commented 4 years ago

@densi Hi,

Add the following CSS code in the Customizer > Additional CSS, and the images will be centered:

.zoom-instagram-widget__item {
    float: none;
    display: inline-block;
}