http://www.weinkellerei-woeber.at/weinkellerei/?page_id=1167
Wie kann ich die Textbox auf der Karte vergrößeren damit der ganze Text (ohne Scrollen) sichtbar wird?
Hallo!
Can you please post a screenshot and show the changes you would like to make? I tried google translate but did not help much, sorry :)
Regards,
Yigit
Sorry, here the error. the message box it too small. is it possible to fix this? https://www.sendspace.com/file/wp8ahe
Hey!
Which browser and OS are you using? I checked your website on Chrome, Firefox and Safari on OS X 10.9.4 and it does look fine on my end – http://i.imgur.com/ybtgWfO.png
Best regards,
Yigit
win7 64bit, and chrome.
Hey!
As far as i know, @josue is using Win7. I asked him to check your website.
In the meantime, please try adding following code to Quick CSS and check if it helps
.gm-style-iw > div { overflow: visible !important; }
Cheers!
Yigit
hi. thank you so much for the try. but the code:
.gm-style-iw > div { overflow: visible !important; }
i added it to the quick css has no effect.
OK, thanks i will wait :)
Tried your link. I’m running Win 7 and issue occurs only on Google Chrome as far as I tested.
Try the following:
.avia-google-map-container .gm-style-iw > div{
overflow:hidden !important;
}
Correction:
The overflow seems to be on .avia-google-map-container .gm-style-iw
instead.
Try the following and see if it works:
.avia-google-map-container .gm-style-iw{
overflow:hidden !important;
}
THX. Closed.