Hi
I try to change the size of my svg images in the "Image Addon" in custom css, but it doesn't works. Which CSS code do i need to implement, that i can define the size in % and that the image is center in high and width? Here is the page: https://www.uaveditor.com/de/unterstuetzer
I try this in my template custom css:
/*SVG Image*/
.sppb-carousel-inner>.sppb-item>a>img, .sppb-carousel-inner>.sppb-item>img, .sppb-img-responsive {
display: block;
width: 100%\9;
max-width: 50%;
height: auto;
}