×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Zoom Control

Zoom Control 10 years 3 months ago #24136

  • Holger Knoth
  • Holger Knoth's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 29
  • Thank you received: 0
Hello,
the zoom control is not looking really great on my site:
www.canoeguide.net/kanutouren-in-deutschland#!/catid=1
(or see attached picture)
I dont think it is a really "bug" because it appears with the change to an new template.
The + and - buttons and the scale are invisible or something like that. But I dont find the point in a css or whatever to make this good looking.
Thanks for a help.... and I hope the solutions is not in the manual, I have take a look but nothing I can found there about this customizing or fixing

Regards


Attachments:

Zoom Control 10 years 3 months ago #24140

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
As you noted the issue is with your template. It most probably applies max-width of 100% to images and that screws the map control. We'll have to override this setting for the map.-

Add this code to your template css file:
#map_cont img {
    max-width: none;
}

And it should be okay after that.
regards,
Daniel

Zoom Control 10 years 3 months ago #24141

  • Holger Knoth
  • Holger Knoth's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 29
  • Thank you received: 0
Thanks,
now everything looks good with this code.
Kind regads and happy new year
  • Page:
  • 1
Time to create page: 0.206 seconds