Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #338797

    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

    #339187

    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

    #339218

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘logo gets cropped on Google map’ is closed to new replies.