Hi Guys,
The bottom of my logo gets cropped off on a Google map. If I change the width and height using Firebug (element.style) I can make it look correct. If I change the width and height in the avia builder in makes no difference.
So how do I target the CSS of the image as there is no class or div name to target?
Cheers,
hughsieg5
Hey hughsieg5!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.gm-style div div div div div {
height: 50px!important;
}
Cheers!
Yigit
Hi Yigit,
It still cropped the bottom off so changed it to:
.gm-style div div div div div {
height: 100px !important;
}
SORTED! Nice one Yigit.
Thanks,
hughsieg5